AgsPluginBrowser

AgsPluginBrowser — A composite to select plugin effect.

Functions

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkDialog
                                ╰── AgsPluginBrowser

Implemented Interfaces

AgsPluginBrowser implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_plugin_browser.h>

Description

AgsPluginBrowser is a composite widget to select plugin plugin and the desired effect.

Functions

ags_plugin_browser_get_plugin_filename ()

gchar *
ags_plugin_browser_get_plugin_filename
                               (AgsPluginBrowser *plugin_browser);

Retrieve selected plugin plugin filename.

Parameters

plugin_browser

the AgsPluginBrowser

 

Returns

the active plugin filename

Since: 0.4.3


ags_plugin_browser_get_plugin_effect ()

gchar *
ags_plugin_browser_get_plugin_effect (AgsPluginBrowser *plugin_browser);

Retrieve selected plugin effect.

Parameters

plugin_browser

the AgsPluginBrowser

 

Returns

the active plugin effect

Since: 0.4.3


ags_plugin_browser_new ()

AgsPluginBrowser *
ags_plugin_browser_new (GtkWidget *parent);

Creates an AgsPluginBrowser

Parameters

parent

the AgsWindow

 

Returns

a new AgsPluginBrowser

Since: 0.4.3

Types and Values