This class is used to hold the row and column spanning attributes of items in a wxGridBagSizer.
Derived from
No base class
Include files
<wx/gbsizer.h>
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.
Get the current colspan value.
Get the current rowspan value.
Set a new colspan value.
Set a new rowspan value.
bool operator!(const wxGBSpan& o) const
Is the wxGBSpan valid? (An invalid wxGBSpan is (-1,-1). )
bool operator operator(const wxGBSpan& o) const
Compare equality of two wxGBSpans.
ymasuda 平成17年11月19日