AgsPluginPreferences
AgsPluginPreferences — A composite widget to do plugin related preferences
|
|
Includes
#include <ags/X/ags_plugin_preferences.h>
Description
AgsPluginPreferences enables you to make plugin related preferences.
Functions
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;
};