|
GUIslice
0.16.0
Embedded GUI in C
|
Extended data for Checkbox element. More...
#include <XCheckbox.h>

Data Fields | |
| bool | bRadio |
| Radio-button operation if true. More... | |
| gslc_teXCheckboxStyle | nStyle |
| Drawing style for element. More... | |
| bool | bChecked |
| Indicates if it is selected (checked) More... | |
| gslc_tsColor | colCheck |
| Color of checked inner fill. More... | |
| GSLC_CB_XCHECKBOX | pfuncXToggle |
| Callback event to say element has changed. More... | |
Extended data for Checkbox element.
| bool gslc_tsXCheckbox::bChecked |
Indicates if it is selected (checked)
| bool gslc_tsXCheckbox::bRadio |
Radio-button operation if true.
| gslc_tsColor gslc_tsXCheckbox::colCheck |
Color of checked inner fill.
| gslc_teXCheckboxStyle gslc_tsXCheckbox::nStyle |
Drawing style for element.
| GSLC_CB_XCHECKBOX gslc_tsXCheckbox::pfuncXToggle |
Callback event to say element has changed.