2 % automatically generated by HelpGen $Revision$ from
3 % auibook.h at 11/Nov/06 22:56:01
6 \section{\class{wxAuiTabArt
}}\label{wxauitabart
}
10 \wxheading{Derived from
}
14 \wxheading{Include files
}
20 \helpref{wxAui
}{librarieslist
}
22 \wxheading{Data structures
}
24 \latexignore{\rtfignore{\wxheading{Members
}}}
26 \membersection{wxAuiTabArt::wxAuiTabArt
}\label{wxauitabartwxauitabart
}
28 \func{}{wxAuiTabArt
}{\void}
32 \membersection{wxAuiTabArt::Clone
}\label{wxauitabartclone
}
34 \func{wxAuiTabArt*
}{Clone
}{\void}
36 Clones the art object.
38 \membersection{wxAuiTabArt::DrawBackground
}\label{wxauitabartdrawbackground
}
40 \func{void
}{DrawBackground
}{\param{wxDC\&
}{dc
},
\param{wxWindow*
}{wnd
},
\param{const wxRect\&
}{rect
}}
42 Draws a background on the given area.
44 \membersection{wxAuiTabArt::DrawButton
}\label{wxauitabartdrawbutton
}
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}}
50 \membersection{wxAuiTabArt::DrawTab
}\label{wxauitabartdrawtab
}
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}}
56 \membersection{wxAuiTabArt::GetBestTabCtrlSize
}\label{wxauitabartgetbesttabctrlsize
}
58 \func{int
}{GetBestTabCtrlSize
}{\param{wxWindow*
}{wnd
},
\param{wxAuiNotebookPageArray\&
}{pages
}}
60 Returns the tab control size.
62 \membersection{wxAuiTabArt::GetIndentSize
}\label{wxauitabartgetindentsize
}
64 \func{int
}{GetIndentSize
}{\void}
66 Returns the indent size.
68 \membersection{wxAuiTabArt::GetTabSize
}\label{wxauitabartgettabsize
}
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}}
72 Returns the tab size for the given caption, bitmap and state.
74 \membersection{wxAuiTabArt::SetFlags
}\label{wxauitabartsetflags
}
76 \func{void
}{SetFlags
}{\param{unsigned int
}{flags
}}
80 \membersection{wxAuiTabArt::SetMeasuringFont
}\label{wxauitabartsetmeasuringfont
}
82 \func{void
}{SetMeasuringFont
}{\param{const wxFont\&
}{font
}}
84 Sets the font used for calculating measurements.
86 \membersection{wxAuiTabArt::SetNormalFont
}\label{wxauitabartsetnormalfont
}
88 \func{void
}{SetNormalFont
}{\param{const wxFont\&
}{font
}}
90 Sets the normal font for drawing labels.
92 \membersection{wxAuiTabArt::SetSelectedFont
}\label{wxauitabartsetselectedfont
}
94 \func{void
}{SetSelectedFont
}{\param{const wxFont\&
}{font
}}
96 Sets the font for drawing text for selected UI elements.
98 \membersection{wxAuiTabArt::SetSizingInfo
}\label{wxauitabartsetsizinginfo
}
100 \func{void
}{SetSizingInfo
}{\param{const wxSize\&
}{tab
\_ctrl\_size},
\param{size
\_t }{tab
\_count}}
102 Sets sizing information.
104 \membersection{wxAuiTabArt::ShowWindowList
}\label{wxauitabartshowwindowlist
}
106 \func{int
}{ShowWindowList
}{\param{wxWindow*
}{wnd
},
\param{const wxArrayString\&
}{items
},
\param{int
}{active
\_idx}}
108 Pops up a menu to show the list of windows managed by wxAui.