GUIslice
0.16.0
Embedded GUI in C
|
Extended data for Togglebtn element. More...
#include <XTogglebtn.h>
Data Fields | |
bool | bOn |
Indicates if button is ON or OFF. More... | |
int16_t | nMyPageId |
We need to track our page in case of grouping elements on a non current layer, like base layer. More... | |
gslc_tsColor | colThumb |
Color of thumb. More... | |
gslc_tsColor | colOnState |
Color of button in ON state. More... | |
gslc_tsColor | colOffState |
Color of button in OFF state. More... | |
bool | bCircular |
Style of the toggle button circular or rectangular. More... | |
GSLC_CB_TOUCH | pfunctUser |
User's Callback event to say element has changed. More... | |
Extended data for Togglebtn element.
bool gslc_tsXTogglebtn::bCircular |
Style of the toggle button circular or rectangular.
bool gslc_tsXTogglebtn::bOn |
Indicates if button is ON or OFF.
gslc_tsColor gslc_tsXTogglebtn::colOffState |
Color of button in OFF state.
gslc_tsColor gslc_tsXTogglebtn::colOnState |
Color of button in ON state.
gslc_tsColor gslc_tsXTogglebtn::colThumb |
Color of thumb.
int16_t gslc_tsXTogglebtn::nMyPageId |
We need to track our page in case of grouping elements on a non current layer, like base layer.
GSLC_CB_TOUCH gslc_tsXTogglebtn::pfunctUser |
User's Callback event to say element has changed.