class TK_CHECK_CFG < $TK_WIDGET_CFG


Flattened version is here

Ancestors
$TK_WIDGET_CFG TK_BUTTON_CFG



Public


Features
off_value(s:STR)
**** Value for the associated variable when the checkbox is not selected.
off_value(s:STR): SAME
on_value(s:STR)
**** Value for the associated variable when the checkbox is selected.
on_value(s:STR): SAME
std: SAME
variable(v:TK_VAR)
**** Variable associated to this widget. Changes to the variable cause the widget to update and user actions on this widget may change the value of the variable.
variable(v:TK_VAR): SAME


Private


The Sather Home Page