This class represents the position of an item in a virtual grid of rows and columns managed by a GridBagSizer.
No base class
GBPosition.new(Integer row, Integer col)
Construct a new GBPosition, optionally setting the row and column. The default is (0,0).
Integer get_col()
Get the current column value.
Integer get_row()
Get the current row value.
set_col(Integer col)
Set a new column value.
set_row(Integer row)
Set a new row value.
Boolean operator!(GBPosition p)
Is the GBPosition valid? (An invalid GBPosition is (-1,-1). )
bool operator operator==(GBPosition p)
Compare equality of two GBPositions.
[This page automatically generated from the Textile source at Fri Oct 31 16:06:42 +0000 2008]