]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/gbspan.tex
added copy constr
[wxWidgets.git] / docs / latex / wx / gbspan.tex
CommitLineData
20b35a69
RD
1
2\section{\class{wxGBSpan}}\label{wxgbspan}
3
4This class is used to hold the row and column spanning attributes of
5items in a \helpref{wxGridBagSizer}{wxgridbagsizer}.
6
7\wxheading{Derived from}
8
9No base class
10
11\wxheading{Include files}
12
13<wx/gbsizer.h>
14
a7af285d
VZ
15\wxheading{Library}
16
17\helpref{wxCore}{librarieslist}
18
20b35a69
RD
19\latexignore{\rtfignore{\wxheading{Members}}}
20
20b35a69
RD
21\membersection{wxGBSpan::wxGBSpan}\label{wxgbspanwxgbspan}
22
23\func{}{wxGBSpan}{\void}
24
25\func{}{wxGBSpan}{\param{int }{rowspan}, \param{int }{colspan}}
26
27Construct a new wxGBSpan, optionally setting the rowspan and colspan.
28The default is (1,1). (Meaning that the item occupies one cell in
29each direction.
30
20b35a69
RD
31\membersection{wxGBSpan::GetColspan}\label{wxgbspangetcolspan}
32
33\constfunc{int}{GetColspan}{\void}
34
35Get the current colspan value.
36
20b35a69
RD
37\membersection{wxGBSpan::GetRowspan}\label{wxgbspangetrowspan}
38
39\constfunc{int}{GetRowspan}{\void}
40
41Get the current rowspan value.
42
20b35a69
RD
43\membersection{wxGBSpan::SetColspan}\label{wxgbspansetcolspan}
44
45\func{void}{SetColspan}{\param{int }{colspan}}
46
47Set a new colspan value.
48
20b35a69
RD
49\membersection{wxGBSpan::SetRowspan}\label{wxgbspansetrowspan}
50
51\func{void}{SetRowspan}{\param{int }{rowspan}}
52
53Set a new rowspan value.
54
20b35a69
RD
55\membersection{wxGBSpan::operator!}\label{wxgbspanoperatorunknown}
56
57\constfunc{bool}{operator!}{\param{const wxGBSpan\& }{o}}
58
ece83544 59Is the wxGBSpan valid? (An invalid wxGBSpan is (-1,-1). )
20b35a69 60
20b35a69
RD
61\membersection{wxGBSpan::operator==}\label{wxgbspanoperatorequal}
62
63\constfunc{bool operator}{operator==}{\param{const wxGBSpan\& }{o}}
64
65Compare equality of two wxGBSpans.
5a30d450 66