Description
The 
Gtk_Color_Button is a button which displays the currently selected
color an allows to open a color selection dialog to change the color. It is
suitable widget for selecting a color in a preference dialog.
  
  
  
   
   
   
  
   Subprograms
   
     - 
- 
procedure Gtk_New (Button : out Gtk_Color_Button); procedure Initialize (Button : access Gtk_Color_Button_Record'Class); 
- 
procedure Initialize_With_Color
  (Button :  access Gtk_Color_Button_Record'Class;
   Color  :  Gdk.Color.Gdk_Color); 
 
- 
- 
procedure Set_Alpha
  (Button : access Gtk_Color_Button_Record;
   Alpha  : Guint16); function Get_Alpha
  (Button :  access Gtk_Color_Button_Record)
    return Glib.Guint16; 
 
- 
procedure Set_Use_Alpha
  (Button    : access Gtk_Color_Button_Record;
   Use_Alpha : Boolean); function Get_Use_Alpha
  (Button : access Gtk_Color_Button_Record) return Boolean; 
- 
procedure Set_Title
  (Button : access Gtk_Color_Button_Record;
   Title  : String); function Get_Title
  (Button : access Gtk_Color_Button_Record) return String;