pyui.set_control_text - pytha-3d-cad/pytha-lua-api GitHub Wiki
Sets the text of a control (for those controls that display text).
pyui.set_control_text(control, text)
control:set_control_text(text)
Parameters
| Type | Description | |
|---|---|---|
control |
control_handle |
Control handle |
text |
string |
Text-content of the control |
Return value
None
Note
The on_change handler is not invoked when the text is changed programmatically with this function.
See also
Control Gallery, set_control_selection, set_on_change_handler, create_text_box, create_label