Class
PeasGtkPluginManagerView
Description [src]
class PeasGtk.PluginManagerView : Gtk.TreeView {
parent: GtkTreeView
}
The PeasGtkPluginManagerView
structure contains only private data
and should only be accessed using the provided API.
Constructors
peas_gtk_plugin_manager_view_new
Creates a new plugin manager view for the given PeasEngine
.
Instance methods
peas_gtk_plugin_manager_view_get_selected_plugin
Returns the currently selected plugin, or NULL
if a plugin is not selected.
peas_gtk_plugin_manager_view_get_show_builtin
Returns if builtin plugins should be shown.
Deprecated since: 1.2
peas_gtk_plugin_manager_view_set_selected_plugin
Selects the given plugin.
peas_gtk_plugin_manager_view_set_show_builtin
Sets if builtin plugins should be shown.
Deprecated since: 1.2
Properties
PeasGtk.PluginManagerView:engine
No description available.
Signals
PeasGtk.PluginManagerView::populate-popup
Emitted before showing the context menu of the view.
Class structure
struct PeasGtkPluginManagerViewClass {
GtkTreeViewClass parent_class;
void (* populate_popup) (
PeasGtkPluginManagerView* view,
GtkMenu* menu
);
}
Class members
parent_class |
|
The parent class. |
|
populate_popup |
|
No description available. |
Virtual methods
PeasGtk.PluginManagerViewClass.populate_popup
No description available.