Class
Fox::FXTablePos
In:
rdoc-sources/FXTable.rb
Parent:
Object
Represents a cell position in an
FXTable
.
Methods
new
Attributes
col
[RW]
Cell column (zero-based) [Integer]
row
[RW]
Cell row (zero-based) [Integer]
Public Class methods
new
()
Returns an initialized
FXTablePos
instance.
[Validate]