![]() |
![]() |
![]() |
Peas Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
PeasUIPluginManager; PeasUIPluginManagerClass; GtkWidget * peas_ui_plugin_manager_new (PeasEngine *engine
); GtkWidget * peas_ui_plugin_manager_get_view (PeasUIPluginManager *pm
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----PeasUIPluginManager
PeasUIPluginManager implements AtkImplementorIface, GtkBuildable, GtkSizeRequest and GtkOrientable.
The PeasUIPluginManager 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_ui_plugin_manager_new()
and pack it into another widget or a window
(as in the screenshot above).
GtkWidget * peas_ui_plugin_manager_new (PeasEngine *engine
);
Creates a new plugin manager for the given PeasEngine.
|
A PeasEngine. |
Returns : |
the new PeasUIPluginManager. |
GtkWidget * peas_ui_plugin_manager_get_view (PeasUIPluginManager *pm
);
Returns the PeasUIPluginManagerView of pm
.
|
A PeasUIPluginManager .
|
Returns : |
the view of pm .
|
"engine"
property"engine" PeasEngine* : Read / Write / Construct Only
The PeasEngine this manager is attached to.