![]() |
![]() |
![]() |
Peas Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
PeasGtkPluginManager; PeasGtkPluginManagerClass; GtkWidget * peas_gtk_plugin_manager_new (PeasEngine *engine
); GtkWidget * peas_gtk_plugin_manager_get_view (PeasGtkPluginManager *pm
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----PeasGtkPluginManager
PeasGtkPluginManager implements AtkImplementorIface, GtkBuildable, GtkSizeRequest and GtkOrientable.
The PeasGtkPluginManager is a widget that can be used to manage plugins, i.e. load or unload them, and see some pieces of information.
The only thing you need to do as an application writer if you wish to use
the manager to configure your plugins is to instantiate it using
peas_gtk_plugin_manager_new()
and pack it into another widget or a window
(as in the screenshot above).
GtkWidget * peas_gtk_plugin_manager_new (PeasEngine *engine
);
Creates a new plugin manager for the given PeasEngine.
|
A PeasEngine. |
Returns : |
the new PeasGtkPluginManager. |
GtkWidget * peas_gtk_plugin_manager_get_view (PeasGtkPluginManager *pm
);
Returns the PeasGtkPluginManagerView of pm
.
|
A PeasGtkPluginManager .
|
Returns : |
the view of pm .
|
"engine"
property"engine" PeasEngine* : Read / Write / Construct Only
The PeasEngine this manager is attached to.