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_set: id$, name$, val$
Set a value in a widget (or window)
Example :
DDgui_set("","TEXT","Window Name")
Result :
This sets widget (or window) data to a specified value. What the value means is decided by the contents of name$
