Gtk.Color_Selection_Dialog

Entities

Tagged Types

Access Types

Constants

Subprograms

Generic Instantiations

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.

<group>Drawing</group>

"+"

function "+"
  (Widget : access Gtk_Color_Selection_Dialog_Record'Class)
return Gtk.Buildable.Gtk_Buildable
Parameters
Widget
Return Value

"-"

function "-"
  (Interf : Gtk.Buildable.Gtk_Buildable)
return Gtk_Color_Selection_Dialog
Parameters
Interf
Return Value

Cancel_Button_Property

Cancel_Button_Property : constant Glib.Properties.Property_Object;

Type: Gtk.Widget.Gtk_Widget

Color_Selection_Property

Color_Selection_Property : constant Glib.Properties.Property_Object;

Type: Gtk.Widget.Gtk_Widget

Get_Color_Selection

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

Parameters
Color_Selection_Dialog
Return Value

Get_Type

function Get_Type return Glib.GType
Return Value

Gtk_Color_Selection_Dialog

type Gtk_Color_Selection_Dialog is access all Gtk_Color_Selection_Dialog_Record'Class;

Gtk_Color_Selection_Dialog_New

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.

Parameters
Title

a string containing the title text for the dialog.

Return Value

Gtk_Color_Selection_Dialog_Record

type Gtk_Color_Selection_Dialog_Record is new Gtk_Dialog_Record with null record;

Gtk_New

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.

Parameters
Color_Selection_Dialog
Title

a string containing the title text for the dialog.

Help_Button_Property

Help_Button_Property : constant Glib.Properties.Property_Object;

Type: Gtk.Widget.Gtk_Widget

Implements_Gtk_Buildable

package Implements_Gtk_Buildable is new Glib.Types.Implements
  (Gtk.Buildable.Gtk_Buildable, Gtk_Color_Selection_Dialog_Record, Gtk_Color_Selection_Dialog);

Initialize

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.

Parameters
Color_Selection_Dialog
Title

a string containing the title text for the dialog.

Ok_Button_Property

Ok_Button_Property : constant Glib.Properties.Property_Object;

Type: Gtk.Widget.Gtk_Widget