This class represents the position of an item in a virtual grid of rows and columns managed by a wxGridBagSizer.
Derived from
No base class
Include files
<wx/gbsizer.h>
Construct a new wxGBPosition, optionally setting the row and column. The default is (0,0).
Get the current column value.
Get the current row value.
Set a new column value.
Set a new row value.
bool operator!(const wxGBPosition& p) const
Is the wxGBPosition valid? (An invalid wxGBPosition is (-1,-1). )
bool operator operator(const wxGBPosition& p) const
Compare equality of two wxGBPositions.
ymasuda 平成17年11月19日