package Gtk.Color_Selection_Dialog is
package Implements_Gtk_Buildable is new Glib.Types.Implements (Gtk.Buildable.Gtk_Buildable, Gtk_Color_Selection_Dialog_Record, Gtk_Color_Selection_Dialog);
type Gtk_Color_Selection_Dialog_Record is new Gtk_Dialog_Record with null record;
type Gtk_Color_Selection_Dialog is access all Gtk_Color_Selection_Dialog_Record'Class;
Cancel_Button_Property : constant Glib.Properties.Property_Object;
Color_Selection_Property : constant Glib.Properties.Property_Object;
Help_Button_Property : constant Glib.Properties.Property_Object;
Ok_Button_Property : constant Glib.Properties.Property_Object;
procedure Gtk_New
( | Color_Selection_Dialog | : out Gtk_Color_Selection_Dialog; |
Title | : UTF8_String); |
procedure Initialize
( | Color_Selection_Dialog | : not null access Gtk_Color_Selection_Dialog_Record'Class; |
Title | : UTF8_String); |
function Gtk_Color_Selection_Dialog_New
( | Title | : UTF8_String) return Gtk_Color_Selection_Dialog; |
function Get_Type return Glib.GType;
function Get_Color_Selection
( | Color_Selection_Dialog | : not null access Gtk_Color_Selection_Dialog_Record) return Gtk.Color_Selection.Gtk_Color_Selection; |
function "+"
( | Widget | : access Gtk_Color_Selection_Dialog_Record'Class) return Gtk.Buildable.Gtk_Buildable renames Implements_Gtk_Buildable.To_Interface; |
function "-"
( | Interf | : Gtk.Buildable.Gtk_Buildable) return Gtk_Color_Selection_Dialog renames Implements_Gtk_Buildable.To_Object; |