Class: Fox::FXTableRange

Inherits:
Object
  • Object
show all
Defined in:
rdoc-sources/FXTable.rb

Overview

Represents a range of cells in an FXTable.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFXTableRange

Returns an initialized FXTableRange instance.



31
# File 'rdoc-sources/FXTable.rb', line 31

def initialize; end

Instance Attribute Details

#fmObject

Starting position for this range of cells Fox::FXTablePos



23
24
25
# File 'rdoc-sources/FXTable.rb', line 23

def fm
  @fm
end

#toObject

Ending position for this range of cells Fox::FXTablePos



26
27
28
# File 'rdoc-sources/FXTable.rb', line 26

def to
  @to
end