Class

GPluginGtk3View

Description [src]

final class GPluginGtk3.View : Gtk.TreeView {
  /* No available fields */
}

A GtkTreeView widget that displays all the plugins and some basic information about them.

Ancestors

  • GtkTreeView
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GtkBuildable
  • GtkScrollable

Constructors

gplugin_gtk_view_new

Creates a new GPluginGtkView.

Instance methods

gplugin_gtk_view_get_show_internal

Returns whether or not view is showing internal plugins.

gplugin_gtk_view_set_show_internal

This function will toggle whether or not the widget will show internal plugins.

Properties

GPluginGtk3.View:show-internal

Whether or not to show internal plugins.

Class structure

struct GPluginGtk3ViewClass {
  GtkTreeViewClass parent_class;
  
}
Class members
parent_class
GtkTreeViewClass
  No description available.