Toc Gallery Index Tree Gtk.Color_Selection_Dialog

Hierarchy

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.

Types

Subprograms

  • procedure Gtk_New (Color_Selection_Dialog : out Gtk_Color_Selection_Dialog; Title : UTF8_String);
    Create a new Color_Selection_Dialog with a specified title.
  • procedure Initialize (Color_Selection_Dialog : access Gtk_Color_Selection_Dialog_Record'Class; Title : UTF8_String);
    Internal initialization function. See the section "Creating your own widgets" in the documentation.
  • function Get_Type return Gtk.Gtk_Type;
    Return the internal value associated with a Gtk_Menu.
  • Functions to get the fields of the dialog

  • function Get_Colorsel (Color_Selection_Dialog : access Gtk_Color_Selection_Dialog_Record) return Gtk.Color_Selection.Gtk_Color_Selection;
    Get the Gtk_Color_Selection widget contained within the dialog. Use this widget and its Gtk.Color_Selection.Get_Color function to gain access to the selected color. Connect a handler for this widget's color_changed signal to be notified when the color changes.
  • function Get_OK_Button (Color_Selection_Dialog : access Gtk_Color_Selection_Dialog_Record) return Gtk.Button.Gtk_Button;
    Get the OK button widget contained within the dialog.
  • function Get_Cancel_Button (Color_Selection_Dialog : access Gtk_Color_Selection_Dialog_Record) return Gtk.Button.Gtk_Button;
    Get the cancel button widget contained within the dialog.
  • function Get_Help_Button (Color_Selection_Dialog : access Gtk_Color_Selection_Dialog_Record) return Gtk.Button.Gtk_Button;
    Get the help button widget contained within the dialog.

Signals

Properties

Alphabetical Index