wxCheckBox

wxCheckBox
A checkbox is a labeled box which by default is either on (checkmark is visible) or off (no checkmark).
Creation Parameters
Functions/Procedures
Supertopics

wxCheckBox

[func]
get_checked
( atom this )

Category: wxCheckBox

Returns 1 if checked, 0 otherwise. This function works for wxCheckBox and wxToggleButton.


wxCheckBox

[proc]
set_checked
( atom this, integer check )

Category: wxCheckBox

This procedure works for wxCheckBox and wxToggleButton.