Class: ShenmeGUI::Control::Textarea

Inherits:
Base
  • Object
show all
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

#before_sync, default, default_properties, #focus, #initialize, property, #render, shortcut, #sync, #sync_events, #update_properties

Constructor Details

This class inherits a constructor from ShenmeGUI::Control::Base

Instance Method Details

#<<(t) ⇒ Object



147
148
149
# File 'lib/shenmegui/controls.rb', line 147

def <<(t)
  text << "\n#{t}"
end