Top | ![]() |
![]() |
![]() |
![]() |
AgsPerformancePreferencesAgsPerformancePreferences — A composite widget to do performance related preferences |
Functions
AgsPerformancePreferences * | ags_performance_preferences_new () |
#define | AGS_IS_PERFORMANCE_PREFERENCES() |
#define | AGS_IS_PERFORMANCE_PREFERENCES_CLASS() |
#define | AGS_PERFORMANCE_PREFERENCES() |
#define | AGS_PERFORMANCE_PREFERENCES_CLASS() |
#define | AGS_PERFORMANCE_PREFERENCES_GET_CLASS() |
|
ags_performance_preferences_get_type () |
Types and Values
enum | AgsPerformancePreferencesFlags |
#define | AGS_TYPE_PERFORMANCE_PREFERENCES |
struct | AgsPerformancePreferences |
struct | AgsPerformancePreferencesClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkBox ╰── AgsPerformancePreferences
Implemented Interfaces
AgsPerformancePreferences implements
Functions
ags_performance_preferences_new ()
AgsPerformancePreferences * ags_performance_preferences_new ();
Create a new instance of AgsPerformancePreferences
Since:
AGS_IS_PERFORMANCE_PREFERENCES()
#define AGS_IS_PERFORMANCE_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PERFORMANCE_PREFERENCES))
AGS_IS_PERFORMANCE_PREFERENCES_CLASS()
#define AGS_IS_PERFORMANCE_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PERFORMANCE_PREFERENCES))
AGS_PERFORMANCE_PREFERENCES()
#define AGS_PERFORMANCE_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferences))
AGS_PERFORMANCE_PREFERENCES_CLASS()
#define AGS_PERFORMANCE_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferencesClass))
AGS_PERFORMANCE_PREFERENCES_GET_CLASS()
#define AGS_PERFORMANCE_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PERFORMANCE_PREFERENCES, AgsPerformancePreferencesClass))