The Gtk_Color_Selection_Dialog provides a standard dialog which allows the user to select a color much like the Gtk_File_Selection provides a standard dialog for file selection.
<group>Drawing</group>
function "+"
(Widget : access Gtk_Color_Selection_Dialog_Record'Class)
return Gtk.Buildable.Gtk_Buildable
function "-"
(Interf : Gtk.Buildable.Gtk_Buildable)
return Gtk_Color_Selection_Dialog
Cancel_Button_Property : constant Glib.Properties.Property_Object;
Type: Gtk.Widget.Gtk_Widget
Color_Selection_Property : constant Glib.Properties.Property_Object;
Type: Gtk.Widget.Gtk_Widget
function Get_Color_Selection
(Color_Selection_Dialog : not null access Gtk_Color_Selection_Dialog_Record)
return Gtk.Color_Selection.Gtk_Color_Selection
Retrieves the Gtk.Color_Selection.Gtk_Color_Selection widget embedded in the dialog. Since: gtk+ 2.14
function Get_Type return Glib.GType
type Gtk_Color_Selection_Dialog is access all Gtk_Color_Selection_Dialog_Record'Class;
function Gtk_Color_Selection_Dialog_New
(Title : UTF8_String) return Gtk_Color_Selection_Dialog
Creates a new Gtk.Color_Selection_Dialog.Gtk_Color_Selection_Dialog.
a string containing the title text for the dialog.
type Gtk_Color_Selection_Dialog_Record is new Gtk_Dialog_Record with null record;
procedure Gtk_New
(Color_Selection_Dialog : out Gtk_Color_Selection_Dialog;
Title : UTF8_String)
Creates a new Gtk.Color_Selection_Dialog.Gtk_Color_Selection_Dialog. Initialize does nothing if the object was already created with another call to Initialize* or G_New.
a string containing the title text for the dialog.
Help_Button_Property : constant Glib.Properties.Property_Object;
Type: Gtk.Widget.Gtk_Widget
package Implements_Gtk_Buildable is new Glib.Types.Implements
(Gtk.Buildable.Gtk_Buildable, Gtk_Color_Selection_Dialog_Record, Gtk_Color_Selection_Dialog);
procedure Initialize
(Color_Selection_Dialog : not null access Gtk_Color_Selection_Dialog_Record'Class;
Title : UTF8_String)
Creates a new Gtk.Color_Selection_Dialog.Gtk_Color_Selection_Dialog. Initialize does nothing if the object was already created with another call to Initialize* or G_New.
a string containing the title text for the dialog.
Ok_Button_Property : constant Glib.Properties.Property_Object;
Type: Gtk.Widget.Gtk_Widget