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
}}}
17 \membersection{wxGBSpan::wxGBSpan
}\label{wxgbspanwxgbspan
}
19 \func{}{wxGBSpan
}{\void}
21 \func{}{wxGBSpan
}{\param{int
}{rowspan
},
\param{int
}{colspan
}}
23 Construct a new wxGBSpan, optionally setting the rowspan and colspan.
24 The default is (
1,
1). (Meaning that the item occupies one cell in
27 \membersection{wxGBSpan::GetColspan
}\label{wxgbspangetcolspan
}
29 \constfunc{int
}{GetColspan
}{\void}
31 Get the current colspan value.
33 \membersection{wxGBSpan::GetRowspan
}\label{wxgbspangetrowspan
}
35 \constfunc{int
}{GetRowspan
}{\void}
37 Get the current rowspan value.
39 \membersection{wxGBSpan::SetColspan
}\label{wxgbspansetcolspan
}
41 \func{void
}{SetColspan
}{\param{int
}{colspan
}}
43 Set a new colspan value.
45 \membersection{wxGBSpan::SetRowspan
}\label{wxgbspansetrowspan
}
47 \func{void
}{SetRowspan
}{\param{int
}{rowspan
}}
49 Set a new rowspan value.
51 \membersection{wxGBSpan::operator!
}\label{wxgbspanoperatorunknown
}
53 \constfunc{bool
}{operator!
}{\param{const wxGBSpan\&
}{o
}}
55 Is the wxGBSpan valid? (An invalid wxGBPosition is (-
1,-
1). )
57 \membersection{wxGBSpan::operator==
}\label{wxgbspanoperatorequal
}
59 \constfunc{bool operator
}{operator==
}{\param{const wxGBSpan\&
}{o
}}
61 Compare equality of two wxGBSpans.