DDgui Programmers Reference Guide by Nicholas J. Kingsley - HTML preview
PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.
Download the book in PDF, ePub, Kindle for a complete version.
DDgui_radio: id$, texts$ [, width%=0]
Create a selection where only one can be selected
Example :
DDgui_radio(“selection”,”Option 1|Option 2|Option 3”)
This command creates a group of options, where only one can be selected.
