gtk.ColorSelectionDialog — a standard dialog for selecting a color.
+--gobject.GObject +-- gtk.Object +-- gtk.Widget +-- gtk.Container +-- gtk.Bin +-- gtk.Window +-- gtk.Dialog +-- gtk.ColorSelectionDialog
|
The gtk.ColorSelectionDialog
provides a standard dialog that allows a user to select a color. The gtk.ColorSelectionDialog
uses an embedded gtk.ColorSelection
to provide color selection capability.
Use the attributes (ok_button, cancel_button and help_button) of
the colorselectiondialog to connect handlers to the "OK", "Cancel" and
"Help" button "clicked" signals. The colorsel attribute provides access to
the colorselection widget. Connect a handler to its "color-changed" signal
to be notified when the color is changed. The current color can be retrieved
using the gtk.ColorSelection.get_current_color
()
method.