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