Choco OS
V.0.16.9.0
Join to the chocolate world
|
Entry in menu. More...
#include <oc_tgui.h>
Data Fields | |
const char * | Title |
Title of the menu entry. | |
const char * | Help |
Help string for the menu entry. | |
oC_TGUI_MenuHandler_t | Handler |
Handler of function, that will be called, when the menu is selected. More... | |
void * | Parameter |
Optional parameter for the Handler. | |
oC_TGUI_MenuHandler_t | OnHoverHandler |
Handler of the function, that will be called, when the menu is hovered. | |
void * | OnHoverParameter |
Optional parameter for the OnHoverHandler. | |
Entry in menu for oC_TGUI_DrawMenu function.
oC_TGUI_MenuHandler_t Handler |
If it is set to NULL, the oC_TGUI_DrawMenu function will be broken