Forum und email

GtkColorSelectionDialog

A standard dialog box to select a color.

オブジェクトの階層

GObject
`-- GtkObject
       `-- GtkWidget
              `-- GtkContainer
                     `-- GtkBin
                            `-- GtkWindow
                                   `-- GtkDialog
                                          `-- GtkColorSelectionDialog

説明

The GtkColorSelectionDialog provides a standard dialog box which allows the user to select a color. The dialog box implements the GtkColorSelection widget to enable the user to pick a color.

コンストラクタ

GtkColorSelectionDialog ([string title = null]);

-- Creates a new GtkColorSelectionDialog.

フィールド

cancel_button:
  The cancel button widget
colorsel:
  GtkColorSelection widget of the dialog
help_button:
  Help button widget.
ok_button:
  OK button widget.