krähemann.com

AgsPluginPreferences

AgsPluginPreferences — A dialog to do preferences

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── AgsPreferences

Implemented Interfaces

AgsPreferences implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_plugin_preferences.h>

Description

AgsDialogPreferences enables you to make preferences.

Functions

ags_preferences_new ()

AgsPreferences *
ags_preferences_new ();

Create a new instance of AgsPreferences

Returns

the new AgsPreferences

Since: 3.0.0


AGS_IS_PREFERENCES()

#define AGS_IS_PREFERENCES(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PREFERENCES))

AGS_IS_PREFERENCES_CLASS()

#define AGS_IS_PREFERENCES_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PREFERENCES))

AGS_PREFERENCES()

#define AGS_PREFERENCES(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PREFERENCES, AgsPreferences))

AGS_PREFERENCES_CLASS()

#define AGS_PREFERENCES_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PREFERENCES, AgsPreferencesClass))

AGS_PREFERENCES_GET_CLASS()

#define AGS_PREFERENCES_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PREFERENCES, AgsPreferencesClass))

ags_preferences_get_type ()

GType
ags_preferences_get_type (void);

Types and Values

AGS_PREFERENCES_DEFAULT_FILENAME

#define AGS_PREFERENCES_DEFAULT_FILENAME "ags_current.xml"

enum AgsPreferencesFlags

Members

AGS_PREFERENCES_SHUTDOWN

   

AGS_TYPE_PREFERENCES

#define AGS_TYPE_PREFERENCES                (ags_preferences_get_type())

struct AgsPreferences

struct AgsPreferences;

struct AgsPreferencesClass

struct AgsPreferencesClass {
  GtkDialogClass dialog;
};