.\" This is a wxWidgets manpage page generated from the XML docs .TH wxGBPosition 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxGBPosition \- .SH DESCRIPTION This class represents the position of an item in a virtual grid of rows and columns managed by a wxGridBagSizer . .SH "PARENTS" .SH "INCLUDE FILES" wx/gbsizer.h .SH MEMBERS .SS wxGBPosition () .SS wxGBPosition (int rowint col) Construct a new wxGBPosition, optionally setting the row and column. The default is (0,0). .SS int GetCol () Get the current column value. .SS int GetRow () Get the current row value. .SS void SetCol (int col) Set a new column value. .SS void SetRow (int row) Set a new row value. .SS bool operator! (const wxGBPosition& p) Is the wxGBPosition valid? (An invalid wxGBPosition is (-1,-1). ) .SS bool operator operator== (const wxGBPosition& p) Compare equality of two wxGBPositions. .SH "SEE ALSO" .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.