Drawing a Radio Button
GUI_RBTN caption$, SEL%, x%, y%, x2%, item%, obj%
The procedure draws a radio button at (x,y). The object code obj represents the radio button group, therefore all radio buttons that belong to the same group have the same object code.
SEL specifies the selected radio button item.
The GUI_TOUCH function has to be used for querying radio buttons.
|