GimpUi.ProcBrowserDialog¶
- Subclasses:
None
Methods¶
- Inherited:
GimpUi.Dialog (4), Gtk.Dialog (14), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
|
Virtual Methods¶
Properties¶
Style Properties¶
- Inherited:
Signals¶
Name |
Short Description |
|---|---|
Emitted when one of the rows in the contained |
|
Emitted when the selection in the contained |
Fields¶
Class Details¶
- class GimpUi.ProcBrowserDialog(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The dialog for the procedure and plugin browsers.
Signal Details¶
- GimpUi.ProcBrowserDialog.signals.row_activated(proc_browser_dialog)¶
- Signal Name:
row-activated- Flags:
- Parameters:
proc_browser_dialog (
GimpUi.ProcBrowserDialog) – The object which received the signal
Emitted when one of the rows in the contained
Gtk.TreeViewis activated.
- GimpUi.ProcBrowserDialog.signals.selection_changed(proc_browser_dialog)¶
- Signal Name:
selection-changed- Flags:
- Parameters:
proc_browser_dialog (
GimpUi.ProcBrowserDialog) – The object which received the signal
Emitted when the selection in the contained
Gtk.TreeViewchanges.