GUIslice  0.16.0
Embedded GUI in C
gslc_tsXCheckbox Struct Reference

Extended data for Checkbox element. More...

#include <XCheckbox.h>

Collaboration diagram for gslc_tsXCheckbox:

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...
 

Detailed Description

Extended data for Checkbox element.

Field Documentation

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.


The documentation for this struct was generated from the following file: