Class: RubyCurses::ColumnInfo
- Inherits:
-
Struct
- Object
- Struct
- RubyCurses::ColumnInfo
- Defined in:
- lib/rbcurse/experimental/widgets/tablewidget.rb
Overview
column data, one instance for each column index is the index in the data of this column. This index will not change. Order of printing columns is determined by the ordering of the objects.
Instance Attribute Summary collapse
-
#align ⇒ Object
Returns the value of attribute align.
-
#attrib ⇒ Object
Returns the value of attribute attrib.
-
#bgcolor ⇒ Object
Returns the value of attribute bgcolor.
-
#color ⇒ Object
Returns the value of attribute color.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#index ⇒ Object
Returns the value of attribute index.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#align ⇒ Object
Returns the value of attribute align
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def align @align end |
#attrib ⇒ Object
Returns the value of attribute attrib
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def attrib @attrib end |
#bgcolor ⇒ Object
Returns the value of attribute bgcolor
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def bgcolor @bgcolor end |
#color ⇒ Object
Returns the value of attribute color
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def color @color end |
#hidden ⇒ Object
Returns the value of attribute hidden
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def hidden @hidden end |
#index ⇒ Object
Returns the value of attribute index
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def index @index end |
#name ⇒ Object
Returns the value of attribute name
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def offset @offset end |
#width ⇒ Object
Returns the value of attribute width
34 35 36 |
# File 'lib/rbcurse/experimental/widgets/tablewidget.rb', line 34 def width @width end |