libgaminggear
Data Structures | Macros | Typedefs | Functions
gaminggear_macro_editor_dialog.h File Reference

Macro editor dialog. More...

Data Structures

struct  _GaminggearMacroEditorDialog
 

Macros

#define GAMINGGEAR_MACRO_EDITOR_DIALOG_TYPE   (gaminggear_macro_editor_dialog_get_type())
 
#define GAMINGGEAR_MACRO_EDITOR_DIALOG(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj), GAMINGGEAR_MACRO_EDITOR_DIALOG_TYPE, GaminggearMacroEditorDialog))
 
#define IS_GAMINGGEAR_MACRO_EDITOR_DIALOG(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj), GAMINGGEAR_MACRO_EDITOR_DIALOG_TYPE))
 

Typedefs

typedef struct _GaminggearMacroEditorDialog GaminggearMacroEditorDialog
 
typedef struct _GaminggearMacroEditorDialogPrivate GaminggearMacroEditorDialogPrivate
 

Functions

GType gaminggear_macro_editor_dialog_get_type (void)
 
GtkWidget * gaminggear_macro_editor_dialog_new (GtkWindow *parent)
 
void gaminggear_macro_editor_dialog (GtkWindow *parent)
 Convenience function that creates, runs and destroys a macro editor. More...
 
void gaminggear_macro_editor_dialog_run (GaminggearMacroEditorDialog *dialog)
 Runs an existing dialog. More...
 

Detailed Description

Macro editor dialog.

Macro Definition Documentation

◆ GAMINGGEAR_MACRO_EDITOR_DIALOG

#define GAMINGGEAR_MACRO_EDITOR_DIALOG (   obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj), GAMINGGEAR_MACRO_EDITOR_DIALOG_TYPE, GaminggearMacroEditorDialog))

◆ GAMINGGEAR_MACRO_EDITOR_DIALOG_TYPE

#define GAMINGGEAR_MACRO_EDITOR_DIALOG_TYPE   (gaminggear_macro_editor_dialog_get_type())

◆ IS_GAMINGGEAR_MACRO_EDITOR_DIALOG

#define IS_GAMINGGEAR_MACRO_EDITOR_DIALOG (   obj)    (G_TYPE_CHECK_INSTANCE_TYPE((obj), GAMINGGEAR_MACRO_EDITOR_DIALOG_TYPE))

Typedef Documentation

◆ GaminggearMacroEditorDialog

◆ GaminggearMacroEditorDialogPrivate

typedef struct _GaminggearMacroEditorDialogPrivate GaminggearMacroEditorDialogPrivate

Function Documentation

◆ gaminggear_macro_editor_dialog()

void gaminggear_macro_editor_dialog ( GtkWindow *  parent)

Convenience function that creates, runs and destroys a macro editor.

Parameters
parentParent window or NULL.
Since
1.0

◆ gaminggear_macro_editor_dialog_get_type()

GType gaminggear_macro_editor_dialog_get_type ( void  )

◆ gaminggear_macro_editor_dialog_new()

GtkWidget* gaminggear_macro_editor_dialog_new ( GtkWindow *  parent)
Parameters
parentParent window or NULL.
Return values
widgetA macro editor dialog.
Since
1.0

◆ gaminggear_macro_editor_dialog_run()

void gaminggear_macro_editor_dialog_run ( GaminggearMacroEditorDialog dialog)

Runs an existing dialog.

Reloads macro data and runs dialog.

Parameters
dialogA macro editor dialog.
Since
1.0