This class is used to hold the row and column spanning attributes of
items in a GridBagSizer.
No base class
Construct a new GBSpan, 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.
Is the GBSpan valid? (An invalid GBSpan is (-1,-1). )
Compare equality of two GBSpans.
[This page automatically generated from the Textile source at 2023-06-09 00:45:28 +0000]