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