Class: Fox::FXTableRange
- Inherits:
-
Object
- Object
- Fox::FXTableRange
- Defined in:
- rdoc-sources/FXTable.rb
Overview
Represents a range of cells in an FXTable.
Instance Attribute Summary collapse
-
#fm ⇒ Object
Starting position for this range of cells FXTablePos.
-
#to ⇒ Object
Ending position for this range of cells FXTablePos.
Instance Method Summary collapse
-
#initialize ⇒ FXTableRange
constructor
Returns an initialized FXTableRange instance.
Constructor Details
#initialize ⇒ FXTableRange
Returns an initialized FXTableRange instance.
31 |
# File 'rdoc-sources/FXTable.rb', line 31 def initialize; end |
Instance Attribute Details
#fm ⇒ Object
Starting position for this range of cells Fox::FXTablePos
23 24 25 |
# File 'rdoc-sources/FXTable.rb', line 23 def fm @fm end |
#to ⇒ Object
Ending position for this range of cells Fox::FXTablePos
26 27 28 |
# File 'rdoc-sources/FXTable.rb', line 26 def to @to end |