Class: ShenmeGUI::Control::Textarea
- Defined in:
- lib/shenmegui/controls.rb
Instance Attribute Summary
Attributes inherited from Base
#children, #events, #id, #parent, #properties
Instance Method Summary collapse
Methods inherited from Base
#add_events, #focus, #hook, #initialize, property, #render, shortcut, #sync, #update, #validate
Constructor Details
This class inherits a constructor from ShenmeGUI::Control::Base
Instance Method Details
#<<(t) ⇒ Object
129 130 131 132 |
# File 'lib/shenmegui/controls.rb', line 129 def <<(t) text << "\n#{t}" sync end |