From the helpfile :
Code: Select all
OptionGadget(#Gadget, x, y, Width, Heigth, Text$)
Description:
============
Creates a Option gadget in the current GadgetList.
The first time this function is called, a group is
created and all following call of OptionGadget()
will add a gadget to this group. To finish the group,
just call another gadget type. These kind of gadgets
are very handy as only one gadget on the group can
be selected at the same time.
Edited by - teachco on 25 June 2002 11:31:24