AgsPluginPreferences

AgsPluginPreferences — A composite widget to do plugin related preferences

Synopsis

#include <ags/X/ags_plugin_preferences.h>

struct              AgsLadspaPluginPreferences;
struct              AgsPluginPreferences;
struct              AgsPluginPreferencesClass;
AgsLadspaPluginPreferences * ags_ladspa_plugin_preferences_alloc
                                                        ();
AgsPluginPreferences * ags_plugin_preferences_new       ();

Description

AgsPluginPreferences enables you to make plugin related preferences.

Details

struct AgsLadspaPluginPreferences

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

struct AgsPluginPreferences

struct AgsPluginPreferences {
  GtkVBox vbox;

  AgsLadspaPluginPreferences *ladspa_plugin_preferencens;
};

struct AgsPluginPreferencesClass

struct AgsPluginPreferencesClass {
  GtkVBoxClass vbox;
};

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