There was an error while loading. Please reload this page.
Create an editable text box or edit control. This is often the main way to get text or numeric input from the user.
When the user changes the text in the control, the on_change handler is called.
pyui.create_text_box(dialog, col_spec [,text]) dialog:create_text_box(col_spec, text)
dialog
dialog_handle
col_spec
integer
{first, last}
text
string
control_handle
Control Gallery, set_control_text, set_on_change_handler, create_text_display, create_label