GimpUi.ProcBrowserDialog

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned GimpUi.Dialog GimpUi.Dialog GimpUi.ProcBrowserDialog GimpUi.ProcBrowserDialog GimpUi.Dialog->GimpUi.ProcBrowserDialog Gtk.Bin Gtk.Bin Gtk.Window Gtk.Window Gtk.Bin->Gtk.Window Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Dialog Gtk.Dialog Gtk.Dialog->GimpUi.Dialog Gtk.Widget->Gtk.Container Gtk.Window->Gtk.Dialog

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)

get_selected ()

Virtual Methods

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

GimpUi.Dialog (2), Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39)

Style Properties

Inherited:

Gtk.Dialog (4), Gtk.Window (2), Gtk.Widget (17)

Signals

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Short Description

row-activated

Emitted when one of the rows in the contained Gtk.TreeView is activated.

selection-changed

Emitted when the selection in the contained Gtk.TreeView changes.

Fields

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Class Details

class GimpUi.ProcBrowserDialog(*args, **kwargs)
Bases:

GimpUi.Dialog

Abstract:

No

Structure:

GimpUi.ProcBrowserDialogClass

The dialog for the procedure and plugin browsers.

get_selected()
Returns:

The name of the selected procedure of None if no procedure is selected.

Return type:

str or None

Retrieves the name of the currently selected procedure.

New in version 2.4.

Signal Details

GimpUi.ProcBrowserDialog.signals.row_activated(proc_browser_dialog)
Signal Name:

row-activated

Flags:

RUN_LAST

Parameters:

proc_browser_dialog (GimpUi.ProcBrowserDialog) – The object which received the signal

Emitted when one of the rows in the contained Gtk.TreeView is activated.

GimpUi.ProcBrowserDialog.signals.selection_changed(proc_browser_dialog)
Signal Name:

selection-changed

Flags:

RUN_LAST

Parameters:

proc_browser_dialog (GimpUi.ProcBrowserDialog) – The object which received the signal

Emitted when the selection in the contained Gtk.TreeView changes.