]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tabctrl.tex
Correct typos, minor wording improvements
[wxWidgets.git] / docs / latex / wx / tabctrl.tex
index f154888fac11f451406ff16ca4ae7947a7348fba..b5dd16b22760d6cc4ee59f5a371e843deeeba054 100644 (file)
@@ -20,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}
 
@@ -44,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}
 
@@ -55,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}