This class is used to hold the row and column spanning attributes of items in a GridBagSizer.
No base class
GBSpan.new(Integer rowspan, Integer colspan)
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.
Integer get_colspan()
Get the current colspan value.
Integer get_rowspan()
Get the current rowspan value.
set_colspan(Integer colspan)
Set a new colspan value.
set_rowspan(Integer rowspan)
Set a new rowspan value.
Boolean operator!(GBSpan o)
Is the GBSpan valid? (An invalid GBSpan is (-1,-1). )
bool operator operator==(GBSpan o)
Compare equality of two GBSpans.
[This page automatically generated from the Textile source at Fri Oct 31 16:06:42 +0000 2008]