include file: wxCheckBox
Creation parameters:
- atom parent
- integer id
- sequence label
- integer x [=-1]
- integer y [=-1]
- integer cx [=-1]
- integer cy [=-1]
- atom style [=0]
func get_checked( atom this )
proc set_checked( atom this, integer check )
Parent Topics:
Classes
Controls
wxWindow
Category: wxCheckBox
Returns 1 if checked, 0 otherwise.
This function works for wxCheckBox and wxToggleButton.
See Also:
set_checked
Category: wxCheckBox
This procedure works for wxCheckBox and wxToggleButton.
See Also:
get_checked