libgaminggear
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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

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

Typedef Documentation

typedef struct _GaminggearMacroEditorDialogPrivate GaminggearMacroEditorDialogPrivate

Function Documentation

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
GType gaminggear_macro_editor_dialog_get_type ( void  )
GtkWidget* gaminggear_macro_editor_dialog_new ( GtkWindow *  parent)
Parameters
parentParent window or NULL.
Return values
widgetA macro editor dialog.
Since
1.0
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