Drawing a Checkbox
GUI_CHK caption$, status!, x%, y% [, x2%] [, obj%=-1]
The procedure draws a checkbox with the caption caption at the screen position (x,y). status specifies whether the checkbox is checked.
If obj is >0, the element is registered in the AutoTouch table and can be queried by GUI_TOUCH.
|