Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-23 15:41:43 +00:00
parent 0304adb195
commit 08f1d43873
19 changed files with 50 additions and 50 deletions

View 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}