Gtk+ View for gplugins

Gtk+ View for gplugins — A view for plugins

Functions

Properties

gboolean show-internal Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkTreeView
                    ╰── GPluginGtkView

Implemented Interfaces

GPluginGtkView implements AtkImplementorIface, GtkBuildable and GtkScrollable.

Description

GPluginGtkView is a display widget for a list of GPlugins.

Functions

gplugin_gtk_view_new ()

GtkWidget *
gplugin_gtk_view_new (void);

Creates a new GPluginGtkView.

Returns

The new view.

[transfer full]


gplugin_gtk_view_set_show_internal ()

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.

Parameters

view

The GPluginGtkView instance

 

show_internal

Whether or not to show internal plugins.

 

gplugin_gtk_view_get_show_internal ()

gboolean
gplugin_gtk_view_get_show_internal (GPluginGtkView *view);

Returns whether or not view is showing internal plugins.

Parameters

view

The GPluginGtkView instance

 

Types and Values

struct GPluginGtkView

struct GPluginGtkView;

struct GPluginGtkViewClass

struct GPluginGtkViewClass {
	GtkTreeViewClass parent;

	gpointer reserved[4];
};

Property Details

The “show-internal” property

  “show-internal”            gboolean

Whether or not to show internal plugins.

Flags: Read / Write

Default value: FALSE