X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3972fb4919148d1ed67f897ea5beb67eedd662f6..0fec2f73ecb616a2189f95c340e9fa7e5cc2350f:/docs/latex/wx/tabctrl.tex diff --git a/docs/latex/wx/tabctrl.tex b/docs/latex/wx/tabctrl.tex index f8ded606c1..b5dd16b227 100644 --- a/docs/latex/wx/tabctrl.tex +++ b/docs/latex/wx/tabctrl.tex @@ -9,6 +9,10 @@ This class represents a tab control, which manages multiple tabs. \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxTabEvent}{wxtabevent}, \helpref{wxImageList}{wximagelist},\rtfsp @@ -16,7 +20,7 @@ This class represents a tab control, which manages multiple tabs. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxTabCtrl::wxTabCtrl}\label{wxtabctrlconstr} +\membersection{wxTabCtrl::wxTabCtrl}\label{wxtabctrlctor} \func{}{wxTabCtrl}{\void} @@ -40,7 +44,7 @@ Constructs a tab control. \docparam{style}{The window style. Its value is a bit list of zero or more of {\bf wxTC\_MULTILINE}, {\bf wxTC\_RIGHTJUSTIFY}, {\bf wxTC\_FIXEDWIDTH} and {\bf wxTC\_OWNERDRAW}.} -\membersection{wxTabCtrl::\destruct{wxTabCtrl}} +\membersection{wxTabCtrl::\destruct{wxTabCtrl}}\label{wxtabctrldtor} \func{}{\destruct{wxTabCtrl}}{\void} @@ -51,7 +55,7 @@ Destroys the wxTabCtrl object. \func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size}, \param{long}{ style = 0}, \param{const wxString\& }{name = "tabCtrl"}} -Creates a tab control. See \helpref{wxTabCtrl::wxTabCtrl}{wxtabctrlconstr} for a description +Creates a tab control. See \helpref{wxTabCtrl::wxTabCtrl}{wxtabctrlctor} for a description of the parameters. \membersection{wxTabCtrl::DeleteAllItems}\label{wxtabctrldeleteallitems} @@ -176,7 +180,7 @@ Inserts a new tab. \wxheading{Return value} -TRUE if successful, FALSE otherwise. +true if successful, false otherwise. \membersection{wxTabCtrl::SetItemData}\label{wxtabctrlsetitemdata}