GimpUi.PaletteChooser¶
- Subclasses:
 None
Methods¶
- Inherited:
 GimpUi.ResourceChooser (3), Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
 Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class  | 
  | 
Virtual Methods¶
Properties¶
Child Properties¶
- Inherited:
 
Style Properties¶
- Inherited:
 
Signals¶
Fields¶
Class Details¶
- class GimpUi.PaletteChooser(*args, **kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A button which pops up a palette selection dialog.
- classmethod new(title, label, palette)¶
 - Parameters:
 - Returns:
 A
Gtk.Widgetthat you can use in your UI.- Return type:
 
Creates a new
Gtk.Widgetthat lets a user choose a palette. You can put this widget in a table in a plug-in dialog.When palette is
None, initial choice is from context.New in version 2.4.