Description
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.
Subprograms
-
procedure Gtk_New
(Color_Selection_Dialog : out Gtk_Color_Selection_Dialog;
Title : UTF8_String);
-
procedure Initialize
(Color_Selection_Dialog : access Gtk_Color_Selection_Dialog_Record'Class;
Title : UTF8_String);
-
Functions to get the fields of the dialog
-
-
function Get_OK_Button
(Color_Selection_Dialog :
access Gtk_Color_Selection_Dialog_Record)
return Gtk.Button.Gtk_Button;
-
function Get_Cancel_Button
(Color_Selection_Dialog :
access Gtk_Color_Selection_Dialog_Record)
return Gtk.Button.Gtk_Button;
-
function Get_Help_Button
(Color_Selection_Dialog :
access Gtk_Color_Selection_Dialog_Record)
return Gtk.Button.Gtk_Button;