Class GTK1.ColorSelectionDialog
- Description
The color selection dialog widget is, not surprisingly, a color selection widget in a dialog window. Use the subwidget functions below to access the different subwidgets directly.
GTK1.ColorSelectionDialog("Select color")
Signals: color_changed Called when the color is changed
- Inherit Window
inherit GTK1.Window : Window
- Method create
GTK1.ColorSelectionDialog GTK1.ColorSelectionDialog(
string
title
)- Description
Create a new color selection dialog with the specified title.