AgsPerformancePreferences

AgsPerformancePreferences — A composite widget to do performance related preferences

Synopsis

#include <ags/X/ags_performance_preferences.h>

struct              AgsPerformancePreferences;
struct              AgsPerformancePreferencesClass;
AgsPerformancePreferences * ags_performance_preferences_new
                                                        ();

Description

AgsPerformancePreferences enables you to make performance related preferences.

Details

struct AgsPerformancePreferences

struct AgsPerformancePreferences {
  GtkVBox vbox;

  GtkCheckButton *stream_auto_sense;
  GtkCheckButton *super_threaded;
};

struct AgsPerformancePreferencesClass

struct AgsPerformancePreferencesClass {
  GtkVBoxClass vbox;
};

ags_performance_preferences_new ()

AgsPerformancePreferences * ags_performance_preferences_new
                                                        ();

Creates an AgsPerformancePreferences

Returns :

a new AgsPerformancePreferences

Since 0.4