Top | ![]() |
![]() |
![]() |
![]() |
AgsGenericPreferences * | ags_generic_preferences_new () |
#define | AGS_GENERIC_PREFERENCES() |
#define | AGS_GENERIC_PREFERENCES_CLASS() |
#define | AGS_GENERIC_PREFERENCES_GET_CLASS() |
#define | AGS_IS_GENERIC_PREFERENCES() |
GType | ags_generic_preferences_get_type () |
enum | AgsGenericPreferencesFlags |
#define | AGS_TYPE_GENERIC_PREFERENCES |
struct | AgsGenericPreferences |
struct | AgsGenericPreferencesClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsGenericPreferences
AgsGenericPreferences implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsGenericPreferences * ags_generic_preferences_new ();
Creates an AgsGenericPreferences
Since: 2.0.0
#define AGS_GENERIC_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_GENERIC_PREFERENCES, AgsGenericPreferences))
#define AGS_GENERIC_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_GENERIC_PREFERENCES, AgsGenericPreferencesClass))
#define AGS_GENERIC_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_GENERIC_PREFERENCES, AgsGenericPreferencesClass))
#define AGS_IS_GENERIC_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_GENERIC_PREFERENCES))