]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/auitabart.tex
Patches-1851591 ] dataview sample is crashing (under MSW)
[wxWidgets.git] / docs / latex / wx / auitabart.tex
... / ...
CommitLineData
1%
2% automatically generated by HelpGen $Revision$ from
3% auibook.h at 11/Nov/06 22:56:01
4%
5
6\section{\class{wxAuiTabArt}}\label{wxauitabart}
7
8Tab art class.
9
10\wxheading{Derived from}
11
12No base class
13
14\wxheading{Include files}
15
16<wx/aui/auibook.h>
17
18\wxheading{Library}
19
20\helpref{wxAui}{librarieslist}
21
22\wxheading{Data structures}
23
24\latexignore{\rtfignore{\wxheading{Members}}}
25
26\membersection{wxAuiTabArt::wxAuiTabArt}\label{wxauitabartwxauitabart}
27
28\func{}{wxAuiTabArt}{\void}
29
30Constructor.
31
32\membersection{wxAuiTabArt::Clone}\label{wxauitabartclone}
33
34\func{wxAuiTabArt*}{Clone}{\void}
35
36Clones the art object.
37
38\membersection{wxAuiTabArt::DrawBackground}\label{wxauitabartdrawbackground}
39
40\func{void}{DrawBackground}{\param{wxDC\& }{dc}, \param{wxWindow* }{wnd}, \param{const wxRect\& }{rect}}
41
42Draws a background on the given area.
43
44\membersection{wxAuiTabArt::DrawButton}\label{wxauitabartdrawbutton}
45
46\func{void}{DrawButton}{\param{wxDC\& }{dc}, \param{wxWindow* }{wnd}, \param{const wxRect\& }{in\_rect}, \param{int }{bitmap\_id}, \param{int }{button\_state}, \param{int }{orientation}, \param{const wxBitmap\& }{bitmap\_override}, \param{wxRect* }{out\_rect}}
47
48Draws a button.
49
50\membersection{wxAuiTabArt::DrawTab}\label{wxauitabartdrawtab}
51
52\func{void}{DrawTab}{\param{wxDC\& }{dc}, \param{wxWindow* }{wnd}, \param{const wxRect\& }{in\_rect}, \param{const wxString\& }{caption}, \param{const wxBitmap\& }{bitmap}, \param{bool }{active}, \param{int }{close\_button\_state}, \param{wxRect* }{out\_tab\_rect}, \param{wxRect* }{out\_button\_rect}, \param{int* }{x\_extent}}
53
54Draws a tab.
55
56\membersection{wxAuiTabArt::GetBestTabCtrlSize}\label{wxauitabartgetbesttabctrlsize}
57
58\func{int}{GetBestTabCtrlSize}{\param{wxWindow* }{wnd}, \param{wxAuiNotebookPageArray\& }{pages}}
59
60Returns the tab control size.
61
62\membersection{wxAuiTabArt::GetIndentSize}\label{wxauitabartgetindentsize}
63
64\func{int}{GetIndentSize}{\void}
65
66Returns the indent size.
67
68\membersection{wxAuiTabArt::GetTabSize}\label{wxauitabartgettabsize}
69
70\func{wxSize}{GetTabSize}{\param{wxDC\& }{dc}, \param{wxWindow* }{wnd}, \param{const wxString\& }{caption}, \param{const wxBitmap\& }{bitmap}, \param{bool }{active}, \param{int }{close\_button\_state}, \param{int* }{x\_extent}}
71
72Returns the tab size for the given caption, bitmap and state.
73
74\membersection{wxAuiTabArt::SetFlags}\label{wxauitabartsetflags}
75
76\func{void}{SetFlags}{\param{unsigned int }{flags}}
77
78Sets flags.
79
80\membersection{wxAuiTabArt::SetMeasuringFont}\label{wxauitabartsetmeasuringfont}
81
82\func{void}{SetMeasuringFont}{\param{const wxFont\& }{font}}
83
84Sets the font used for calculating measurements.
85
86\membersection{wxAuiTabArt::SetNormalFont}\label{wxauitabartsetnormalfont}
87
88\func{void}{SetNormalFont}{\param{const wxFont\& }{font}}
89
90Sets the normal font for drawing labels.
91
92\membersection{wxAuiTabArt::SetSelectedFont}\label{wxauitabartsetselectedfont}
93
94\func{void}{SetSelectedFont}{\param{const wxFont\& }{font}}
95
96Sets the font for drawing text for selected UI elements.
97
98\membersection{wxAuiTabArt::SetSizingInfo}\label{wxauitabartsetsizinginfo}
99
100\func{void}{SetSizingInfo}{\param{const wxSize\& }{tab\_ctrl\_size}, \param{size\_t }{tab\_count}}
101
102Sets sizing information.
103
104\membersection{wxAuiTabArt::ShowWindowList}\label{wxauitabartshowwindowlist}
105
106\func{int}{ShowWindowList}{\param{wxWindow* }{wnd}, \param{const wxArrayString\& }{items}, \param{int }{active\_idx}}
107
108Pops up a menu to show the list of windows managed by wxAui.
109