Class: ShenmeGUI::Control::Table
Instance Attribute Summary
Attributes inherited from Base
#children, #events, #id, #parent, #properties
Instance Method Summary collapse
Methods inherited from Base
#add_hook, default, default_properties, #focus, #initialize, property, #render, shortcut, #sync, #sync_events, #update_properties, #validate
Constructor Details
This class inherits a constructor from ShenmeGUI::Control::Base
Instance Method Details
#<<(row) ⇒ Object
201 202 203 |
# File 'lib/shenmegui/controls.rb', line 201 def << row data << row end |