Top | ![]() |
![]() |
![]() |
![]() |
AgsPerformancePreferencesAgsPerformancePreferences — A composite widget to do performance related preferences |
enum | AgsPerformancePreferencesFlags |
#define | AGS_TYPE_PERFORMANCE_PREFERENCES |
struct | AgsPerformancePreferences |
struct | AgsPerformancePreferencesClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsPerformancePreferences
AgsPerformancePreferences implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsPerformancePreferences * ags_performance_preferences_new ();
Create a new instance of AgsPerformancePreferences
Since: 2.0.0
#define AGS_IS_PERFORMANCE_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PERFORMANCE_PREFERENCES))
#define AGS_PERFORMANCE_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferences))
#define AGS_PERFORMANCE_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferencesClass))
#define AGS_PERFORMANCE_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferencesClass))