Gui class define for text fields and text boxs [[
| Text._prototype_box:set_read_only ([state=true]) | Sets the text box to be read only |
| Text._prototype_box:set_selectable ([state=true]) | Sets the text box to be selectable |
| Text._prototype_box:set_word_wrap ([state=true]) | Sets the text box to have word wrap |
| Text.new_text_box ([name]) | Creates a new text box element define |
| Text.new_text_field ([name]) | Creates a new text field element define |
Sets the text box to be read only
Parameters:Sets the text box to be selectable
Parameters:Sets the text box to have word wrap
Parameters: