AgsPluginPreferences
AgsPluginPreferences — A composite widget to do plugin related preferences
|
|
Stability Level
Stable, unless otherwise indicated
Includes
#include <ags/app/ags_plugin_preferences.h>
Description
AgsPluginPreferences enables you to make plugin related preferences.
Functions
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;
};