.\" This is a wxWidgets manpage page generated from the XML docs .TH wxGBSpan 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxGBSpan \- .SH DESCRIPTION This class is used to hold the row and column spanning attributes of items in a wxGridBagSizer . .SH "PARENTS" .SH "INCLUDE FILES" wx/gbsizer.h .SH MEMBERS .SS wxGBSpan () .SS wxGBSpan (int rowspanint colspan) Construct a new wxGBSpan, optionally setting the rowspan and colspan. The default is (1,1). (Meaning that the item occupies one cell in each direction. .SS int GetColspan () Get the current colspan value. .SS int GetRowspan () Get the current rowspan value. .SS void SetColspan (int colspan) Set a new colspan value. .SS void SetRowspan (int rowspan) Set a new rowspan value. .SS bool operator! (const wxGBSpan& o) Is the wxGBSpan valid? (An invalid wxGBSpan is (-1,-1). ) .SS bool operator operator== (const wxGBSpan& o) Compare equality of two wxGBSpans. .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.