![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── GPluginGtkView
GPluginGtkView implements AtkImplementorIface, GtkBuildable and GtkScrollable.
void gplugin_gtk_view_set_show_internal (GPluginGtkView *view
,gboolean show_internal
);
This function will toggle whether or not the widget will show internal plugins.
gboolean
gplugin_gtk_view_get_show_internal (GPluginGtkView *view
);
Returns whether or not view
is showing internal plugins.
#define GPLUGIN_GTK_TYPE_VIEW (gplugin_gtk_view_get_type())
The standard _get_type macro for GPluginGtkView.
typedef struct _GPluginGtkView GPluginGtkView;
A GtkTreeView widget that displays all the plugins and some basic information about them.
“show-internal”
property“show-internal” gboolean
Whether or not to show internal plugins.
Owner: GPluginGtkView
Flags: Read / Write
Default value: FALSE