Class Fox::FXTablePos
In: 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.