GimpUi.PatternChooser¶
- 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.PatternChooser(*args, **kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
A button which pops up a pattern 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, pattern)¶
 - Parameters:
 - Returns:
 A
Gtk.Widgetthat you can use in your UI.- Return type:
 
Creates a new
Gtk.Widgetthat lets a user choose a pattern. You can put this widget in a table in a plug-in dialog.When pattern is
None, initial choice is from context.New in version 2.4.