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.

Ancestors

  • GtkTreeView
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkScrollable

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_show_builtin

Sets if builtin plugins should be shown.

Deprecated since: 1.2

Properties

PeasGtk.PluginManagerView:engine
No description available.
PeasGtk.PluginManagerView:show-builtin

If builtin plugins should be shown.

Deprecated since: 1.2

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
GtkTreeViewClass
 

The parent class.

populate_popup
void (* populate_popup) (
    PeasGtkPluginManagerView* view,
    GtkMenu* menu
  )
  No description available.

Virtual methods