GimpUi.BrushChooser¶
- 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.BrushChooser(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A button which pops up a brush selection dialog.
Note that this widget draws itself using
GEGLcode. You **must** call [func`Gegl`.init] first to be able to use this chooser.- classmethod new(title, label, brush)¶
- Parameters:
- Returns:
A
Gtk.Widgetthat you can use in your UI.- Return type:
Creates a new
Gtk.Widgetthat lets a user choose a brush. You can put this widget in a plug-in dialog.When brush is
None, initial choice is from context.New in version 2.4.