|
Defines |
#define | HORIZ_MARGIN 10 |
Functions |
void | gfuiButtonInit (void) |
int | GfuiGrButtonCreate (void *scr, char *disabled, char *enabled, char *focused, char *pushed, int x, int y, int align, int mouse, void *userDataOnPush, tfuiCallback onPush, void *userDataOnFocus, tfuiCallback onFocus, tfuiCallback onFocusLost) |
| Add a graphical button to a screen.
|
int | GfuiButtonStateCreate (void *scr, char *text, int font, int x, int y, int width, int align, int mouse, void *userDataOnPush, tfuiCallback onPush, void *userDataOnFocus, tfuiCallback onFocus, tfuiCallback onFocusLost) |
| Add a state button to a screen.
|
int | GfuiButtonCreate (void *scr, char *text, int font, int x, int y, int width, int align, int mouse, void *userDataOnPush, tfuiCallback onPush, void *userDataOnFocus, tfuiCallback onFocus, tfuiCallback onFocusLost) |
| Add a button to a screen.
|
void | GfuiButtonSetText (void *scr, int id, char *text) |
| Change the label of a button.
|
int | GfuiButtonGetFocused (void) |
| Get the Id of the button focused in the current screen.
|
void | gfuiDrawButton (tGfuiObject *obj) |
void | gfuiDrawGrButton (tGfuiObject *obj) |
void | gfuiGrButtonAction (int action) |
void | gfuiButtonAction (int action) |
void | gfuiReleaseButton (tGfuiObject *obj) |
void | gfuiReleaseGrButton (tGfuiObject *obj) |