#include <gui.h>

Data Fields | |
| unsigned | mask |
| short | offy |
| const OPCShape *const * | frames |
| size_t | cFrames |
| const char * | text |
| unsigned | align |
Definition at line 155 of file gui.h.
| unsigned GUI_Control_State::mask |
Mask of GUICS_ bits, below
Definition at line 157 of file gui.h.
Referenced by _GUI_CallNotifies(), _GUI_Checkbox_SetCheck(), _GUI_Control_Dirty(), _GUI_Default(), _GUI_Scrollbar_SetValue(), _GUI_Tumbler_SetFrame(), _GUI_Tumbler_Setup(), GUI_Control_Paint(), and GUI_Def_State().
| short GUI_Control_State::offy |
Set to change control offset for animated startups or scrolling
Definition at line 162 of file gui.h.
Referenced by _GUI_Control_Bound(), _GUI_Control_Dirty(), _GUI_Control_Set_Offset(), _GUI_Explode_Set(), _GUI_Offset_Control(), and GUI_Def_State().
| const OPCShape* const* GUI_Control_State::frames |
Mutable art; must contain GUICheckboxStates_COUNT entries
Definition at line 163 of file gui.h.
Referenced by _GUI_Control_SetFrames(), _GUI_Ticker_SetText(), and GUI_Def_State().
| size_t GUI_Control_State::cFrames |
Mutable frame count
Definition at line 164 of file gui.h.
Referenced by _GUI_Animation_SetAnim(), _GUI_Animation_SetFrame(), _GUI_Control_SetFrames(), and GUI_Def_State().
| const char* GUI_Control_State::text |
Text
Definition at line 165 of file gui.h.
Referenced by _GUI_Control_SetupText(), _GUI_Ticker_SetText(), and GUI_Def_State().
| unsigned GUI_Control_State::align |
Text alignment (if text)
Definition at line 166 of file gui.h.
Referenced by _GUI_Control_SetupText(), _GUI_Tumbler_Setup(), and GUI_Def_State().
1.5.6