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@29537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,14 +22,14 @@ deleted and their resources freed, eliminating the possibility of `memory leaks'
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxFontList::wxFontList}
|
||||
\membersection{wxFontList::wxFontList}\label{wxfontlistctor}
|
||||
|
||||
\func{}{wxFontList}{\void}
|
||||
|
||||
Constructor. The application should not construct its own font list:
|
||||
use the object pointer {\bf wxTheFontList}.
|
||||
|
||||
\membersection{wxFontList::AddFont}
|
||||
\membersection{wxFontList::AddFont}\label{wxfontlistaddfont}
|
||||
|
||||
\func{void}{AddFont}{\param{wxFont *}{font}}
|
||||
|
||||
@@ -43,7 +43,7 @@ Used by wxWidgets to add a font to the list, called in the font constructor.
|
||||
Finds a font of the given specification, or creates one and adds it to the list. See the \helpref{wxFont constructor}{wxfontconstr} for
|
||||
details of the arguments.
|
||||
|
||||
\membersection{wxFontList::RemoveFont}
|
||||
\membersection{wxFontList::RemoveFont}\label{wxfontlistremovefont}
|
||||
|
||||
\func{void}{RemoveFont}{\param{wxFont *}{font}}
|
||||
|
||||
|
Reference in New Issue
Block a user