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_singletext: id$, text$ [,width%=0]
Creates a single line text entry widget
Example :
DDgui_singletext(“oneline”,”example”)
Result :
This function creates a single line text entry widget. With these, pressing TAB will move the caret to the next text or single text entry widget and SHIFT+TAB will move the caret to the previous text or single text entry widget. The next or previous widget being defined by the creation order.
Currently HOME and END have no function
