#include <gui.h>
Data Fields | |
GUIHandlers | type |
Rect | bound |
const OPCShape *const * | state |
size_t | cState |
size_t | offData |
const void * | params |
Definition at line 104 of file gui.h.
GUIHandlers GUI_Control::type |
Type of control for easy reference
Definition at line 106 of file gui.h.
Referenced by GUI_BlibInit().
const OPCShape* const* GUI_Control::state |
Art defining control's appearance
Definition at line 108 of file gui.h.
Referenced by GUI_BlibInit(), and GUI_Def_State().
size_t GUI_Control::cState |
Count of states
Definition at line 109 of file gui.h.
Referenced by _GUI_Ticker_SetText(), GUI_BlibInit(), and GUI_Def_State().
size_t GUI_Control::offData |
Byte offset from GUI* to my control's data
Definition at line 110 of file gui.h.
Referenced by _GUI_Control_Data(), and GUI_BlibInit().
const void* GUI_Control::params |
Additional parameters for control's behavior
Definition at line 111 of file gui.h.
Referenced by GUI_BlibInit().