AgsPluginPreferences

AgsPluginPreferences — A composite widget to do plugin related preferences

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsPluginPreferences

Includes

#include <ags/app/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 (gchar *ladspa_path);

ags_plugin_preferences_new ()

AgsPluginPreferences *
ags_plugin_preferences_new ();

Create a new instance of AgsPluginPreferences

Returns

the new AgsPluginPreferences

Since: 3.0.0

Types and Values

struct AgsLadspaPluginPreferences

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