PeasGtk.PluginManager

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 Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Box Gtk.Box PeasGtk.PluginManager PeasGtk.PluginManager Gtk.Box->PeasGtk.PluginManager Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Box Gtk.Orientable->Gtk.Box Gtk.Widget->Gtk.Container

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

new (engine)

get_view ()

Virtual Methods

Inherited:

Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)

Name

Type

Flags

Short Description

engine

Peas.Engine

r/w/co

The Peas.Engine this manager is attached to

view

PeasGtk.PluginManagerView

r/w/co

The view shown in the manager

Child Properties

Inherited:

Gtk.Box (5)

Style Properties

Inherited:

Gtk.Widget (17)

Signals

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Name

Type

Access

Description

box

Gtk.Box

r

Class Details

class PeasGtk.PluginManager(*args, **kwargs)
Bases:

Gtk.Box

Abstract:

No

Structure:

PeasGtk.PluginManagerClass

The PeasGtk.PluginManager structure contains only private data and should only be accessed using the provided API.

classmethod new(engine)
Parameters:

engine (Peas.Engine or None) – A Peas.Engine, or None.

Returns:

the new PeasGtk.PluginManager.

Return type:

Gtk.Widget

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:

Gtk.Widget

Returns the [class`PluginManagerView`] of self.

Property Details

PeasGtk.PluginManager.props.engine
Name:

engine

Type:

Peas.Engine

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The [class`Peas`.Engine] this manager is attached to.

PeasGtk.PluginManager.props.view
Name:

view

Type:

PeasGtk.PluginManagerView

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The [class`PluginManagerView`] shown in the PeasGtk.PluginManager.