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