% auibook.h at 11/Nov/06 22:56:01
%
-
\section{\class{wxAuiTabArt}}\label{wxauitabart}
-
-tab art class
+Tab art class.
\wxheading{Derived from}
\wxheading{Include files}
-<auibook.h>
+<wx/aui/auibook.h>
\wxheading{Data structures}
\latexignore{\rtfignore{\wxheading{Members}}}
-
\membersection{wxAuiTabArt::wxAuiTabArt}\label{wxauitabartwxauitabart}
\func{}{wxAuiTabArt}{\void}
-
-\membersection{wxAuiTabArt::\destruct{wxAuiTabArt}}\label{wxauitabartdtor}
-
-\func{}{\destruct{wxAuiTabArt}}{\void}
-
+Constructor.
\membersection{wxAuiTabArt::Clone}\label{wxauitabartclone}
\func{wxAuiTabArt*}{Clone}{\void}
+Clones the art object.
\membersection{wxAuiTabArt::DrawBackground}\label{wxauitabartdrawbackground}
\func{void}{DrawBackground}{\param{wxDC\& }{dc}, \param{wxWindow* }{wnd}, \param{const wxRect\& }{rect}}
+Draws a background on the given area.
\membersection{wxAuiTabArt::DrawButton}\label{wxauitabartdrawbutton}
\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}}
+Draws a button.
\membersection{wxAuiTabArt::DrawTab}\label{wxauitabartdrawtab}
\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}}
+Draws a tab.
\membersection{wxAuiTabArt::GetBestTabCtrlSize}\label{wxauitabartgetbesttabctrlsize}
\func{int}{GetBestTabCtrlSize}{\param{wxWindow* }{wnd}, \param{wxAuiNotebookPageArray\& }{pages}}
+Returns the tab control size.
\membersection{wxAuiTabArt::GetIndentSize}\label{wxauitabartgetindentsize}
\func{int}{GetIndentSize}{\void}
+Returns the indent size.
\membersection{wxAuiTabArt::GetTabSize}\label{wxauitabartgettabsize}
\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}}
+Returns the tab size for the given caption, bitmap and state.
\membersection{wxAuiTabArt::SetFlags}\label{wxauitabartsetflags}
\func{void}{SetFlags}{\param{unsigned int }{flags}}
+Sets flags.
\membersection{wxAuiTabArt::SetMeasuringFont}\label{wxauitabartsetmeasuringfont}
\func{void}{SetMeasuringFont}{\param{const wxFont\& }{font}}
+Sets the font used for calculating measurements.
\membersection{wxAuiTabArt::SetNormalFont}\label{wxauitabartsetnormalfont}
\func{void}{SetNormalFont}{\param{const wxFont\& }{font}}
+Sets the normal font for drawing labels.
\membersection{wxAuiTabArt::SetSelectedFont}\label{wxauitabartsetselectedfont}
\func{void}{SetSelectedFont}{\param{const wxFont\& }{font}}
+Sets the font for drawing text for selected UI elements.
\membersection{wxAuiTabArt::SetSizingInfo}\label{wxauitabartsetsizinginfo}
\func{void}{SetSizingInfo}{\param{const wxSize\& }{tab\_ctrl\_size}, \param{size\_t }{tab\_count}}
+Sets sizing information.
\membersection{wxAuiTabArt::ShowWindowList}\label{wxauitabartshowwindowlist}
\func{int}{ShowWindowList}{\param{wxWindow* }{wnd}, \param{const wxArrayString\& }{items}, \param{int }{active\_idx}}
+Pops up a menu to show the list of windows managed by wxAui.
+