krähemann.com

AgsPerformancePreferences

AgsPerformancePreferences — A composite widget to do performance related preferences

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsPerformancePreferences

Implemented Interfaces

AgsPerformancePreferences implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_performance_preferences.h>

Description

AgsPerformancePreferences enables you to make performance related preferences.

Functions

ags_performance_preferences_new ()

AgsPerformancePreferences *
ags_performance_preferences_new ();

Create a new instance of AgsPerformancePreferences

Returns

the new AgsPerformancePreferences

Since: 3.0.0


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))

ags_performance_preferences_get_type ()

GType
ags_performance_preferences_get_type (void);

Types and Values

enum AgsPerformancePreferencesFlags

Members

AGS_PERFORMANCE_PREFERENCES_CONNECTED

   

AGS_TYPE_PERFORMANCE_PREFERENCES

#define AGS_TYPE_PERFORMANCE_PREFERENCES                (ags_performance_preferences_get_type())

struct AgsPerformancePreferences

struct AgsPerformancePreferences;

struct AgsPerformancePreferencesClass

struct AgsPerformancePreferencesClass {
  GtkVBoxClass vbox;
};