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

GPLUGIN_GTK_TYPE_VIEW

#define GPLUGIN_GTK_TYPE_VIEW (gplugin_gtk_view_get_type())

The standard _get_type macro for GPluginGtkView.

GPluginGtkView

typedef struct _GPluginGtkView GPluginGtkView;

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

Property Details

The “show-internal” property

  “show-internal”            gboolean

Whether or not to show internal plugins.

Owner: GPluginGtkView

Flags: Read / Write

Default value: FALSE