Top | ![]() |
![]() |
![]() |
![]() |
struct | AgsLadspaPluginPreferences |
#define | AGS_TYPE_PLUGIN_PREFERENCES |
struct | AgsPluginPreferences |
struct | AgsPluginPreferencesClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsPluginPreferences
AgsPluginPreferences implements AtkImplementorIface, GtkBuildable, GtkOrientable and AgsConnectable.
AgsLadspaPluginPreferences * ags_ladspa_plugin_preferences_alloc ();
AgsPluginPreferences * ags_plugin_preferences_new ();
Create a new instance of AgsPluginPreferences
Since: 2.0.0
#define AGS_IS_PLUGIN_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLUGIN_PREFERENCES))
#define AGS_PLUGIN_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferences))
#define AGS_PLUGIN_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferencesClass))
#define AGS_PLUGIN_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferencesClass))