Class

PeasGtkPluginManager

Description [src]

class PeasGtk.PluginManager : Gtk.Box {
  box: GtkBox
}

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

Ancestors

  • GtkBox
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkOrientable

Constructors

peas_gtk_plugin_manager_new

Creates a new plugin manager for the given PeasEngine.

Instance methods

peas_gtk_plugin_manager_get_view

Returns the PeasGtkPluginManagerView of pm.

Properties

PeasGtk.PluginManager:engine

The PeasEngine this manager is attached to.

PeasGtk.PluginManager:view

The PeasGtkPluginManagerView shown in the PeasGtkPluginManager.

Class structure

struct PeasGtkPluginManagerClass {
  GtkBoxClass parent_class;
  
}
Class members
parent_class
GtkBoxClass
 

The parent class.