AgsPluginPreferences

AgsPluginPreferences — A composite widget to do plugin related preferences

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsPluginPreferences

Implemented Interfaces

AgsPluginPreferences implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.

Includes

#include <ags/X/ags_plugin_preferences.h>

Description

AgsPluginPreferences enables you to make plugin related preferences.

Functions

ags_ladspa_plugin_preferences_alloc ()

AgsLadspaPluginPreferences *
ags_ladspa_plugin_preferences_alloc ();


ags_plugin_preferences_new ()

AgsPluginPreferences *
ags_plugin_preferences_new ();

Creates an AgsPluginPreferences

Returns

a new AgsPluginPreferences

Since: 0.4

Types and Values

struct AgsLadspaPluginPreferences

struct AgsLadspaPluginPreferences {
  GtkEntry *ladspa_path;
  GtkCellView *plugin_file;
};