Class: RubyCurses::ColumnResizeEvent
- Defined in:
- lib/rbcurse/extras/tabularwidget.rb
Overview
used when firing a column resize, so calling application can perhaps resize other columns.
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
41 42 43 |
# File 'lib/rbcurse/extras/tabularwidget.rb', line 41 def index @index end |
#source ⇒ Object
Returns the value of attribute source
41 42 43 |
# File 'lib/rbcurse/extras/tabularwidget.rb', line 41 def source @source end |
#type ⇒ Object
Returns the value of attribute type
41 42 43 |
# File 'lib/rbcurse/extras/tabularwidget.rb', line 41 def type @type end |