2 \section{\class{wxGBSpan
}}\label{wxgbspan
}
4 This class is used to hold the row and column spanning attributes of
5 items in a
\helpref{wxGridBagSizer
}{wxgridbagsizer
}.
7 \wxheading{Derived from
}
11 \wxheading{Include files
}
15 \latexignore{\rtfignore{\wxheading{Members
}}}
18 \membersection{wxGBSpan::wxGBSpan
}\label{wxgbspanwxgbspan
}
20 \func{}{wxGBSpan
}{\void}
22 \func{}{wxGBSpan
}{\param{int
}{rowspan
},
\param{int
}{colspan
}}
24 Construct a new wxGBSpan, optionally setting the rowspan and colspan.
25 The default is (
1,
1). (Meaning that the item occupies one cell in
29 \membersection{wxGBSpan::GetColspan
}\label{wxgbspangetcolspan
}
31 \constfunc{int
}{GetColspan
}{\void}
33 Get the current colspan value.
36 \membersection{wxGBSpan::GetRowspan
}\label{wxgbspangetrowspan
}
38 \constfunc{int
}{GetRowspan
}{\void}
40 Get the current rowspan value.
43 \membersection{wxGBSpan::SetColspan
}\label{wxgbspansetcolspan
}
45 \func{void
}{SetColspan
}{\param{int
}{colspan
}}
47 Set a new colspan value.
50 \membersection{wxGBSpan::SetRowspan
}\label{wxgbspansetrowspan
}
52 \func{void
}{SetRowspan
}{\param{int
}{rowspan
}}
54 Set a new rowspan value.
57 \membersection{wxGBSpan::operator!
}\label{wxgbspanoperatorunknown
}
59 \constfunc{bool
}{operator!
}{\param{const wxGBSpan\&
}{o
}}
61 Is the wxGBSpan valid? (An invalid wxGBPosition is (-
1,-
1). )
64 \membersection{wxGBSpan::operator==
}\label{wxgbspanoperatorequal
}
66 \constfunc{bool operator
}{operator==
}{\param{const wxGBSpan\&
}{o
}}
68 Compare equality of two wxGBSpans.