GUI menu management. More...
#include <stdio.h>#include <stdlib.h>#include <GL/glut.h>#include <tgfclient.h>#include "gui.h"#include "guimenu.h"
Go to the source code of this file.
Functions | |
| void | gfMenuInit (void) |
| void | GfuiMenuDefaultKeysAdd (void *scr) |
| Add the default menu keyboard callback to a screen. More... | |
| void * | GfuiMenuScreenCreate (const char *title) |
| Create a new menu screen. More... | |
| static void | dispInfo (void *cbinfo) |
| static void | remInfo (void *cbinfo) |
| int | GfuiMenuButtonCreate (void *scr, const char *text, const char *tip, void *userdata, tfuiCallback onpush) |
| Add a button to a menu screen. More... | |
| int | GfuiMenuBackQuitButtonCreate (void *scr, const char *text, const char *tip, void *userdata, tfuiCallback onpush) |
| Add the "Back" or "Quit" button at the bottom of the menu screen. More... | |
|
static |
| void gfMenuInit | ( | void | ) |
Definition at line 39 of file guimenu.cpp.
|
static |