PeasGtk.PluginManager¶
- Subclasses:
None
Methods¶
- Inherited:
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¶
- Inherited:
Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
The |
||
r/w/co |
The view shown in the manager |
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
box |
r |
Class Details¶
- class PeasGtk.PluginManager(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
PeasGtk.PluginManager
structure contains only private data and should only be accessed using the provided API.- classmethod new(engine)¶
- Parameters:
engine (
Peas.Engine
orNone
) – APeas.Engine
, orNone
.- Returns:
the new
PeasGtk.PluginManager
.- Return type:
Creates a new plugin manager for the given [class`Peas`.Engine].
If engine is
None
, then the default engine will be used.
- get_view()¶
- Returns:
the
Gtk.TreeView
of self.- Return type:
Returns the [class`PluginManagerView`] of self.
Property Details¶
- PeasGtk.PluginManager.props.engine¶
- Name:
engine
- Type:
- Default Value:
- Flags:
The [class`Peas`.Engine] this manager is attached to.
- PeasGtk.PluginManager.props.view¶
- Name:
view
- Type:
- Default Value:
- Flags:
The [class`PluginManagerView`] shown in the
PeasGtk.PluginManager
.