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@29557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -47,7 +47,7 @@ is displayed as ``*.bmp'', and both
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxFileDialog::wxFileDialog}\label{wxfiledialogconstr}
|
||||
\membersection{wxFileDialog::wxFileDialog}\label{wxfiledialogctor}
|
||||
|
||||
\func{}{wxFileDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message = "Choose a file"},\rtfsp
|
||||
\param{const wxString\& }{defaultDir = ""}, \param{const wxString\& }{defaultFile = ``"},\rtfsp
|
||||
@@ -91,7 +91,7 @@ functionality must be implemented in the program itself now (manually remember
|
||||
the last path used and pass it to the dialog the next time it is called) or
|
||||
by using this flag.
|
||||
|
||||
\membersection{wxFileDialog::\destruct{wxFileDialog}}
|
||||
\membersection{wxFileDialog::\destruct{wxFileDialog}}\label{wxfiledialogdtor}
|
||||
|
||||
\func{}{\destruct{wxFileDialog}}{\void}
|
||||
|
||||
@@ -196,7 +196,7 @@ Sets the path (the combined directory and filename that will be returned when th
|
||||
|
||||
\func{void}{SetStyle}{\param{long }{style}}
|
||||
|
||||
Sets the dialog style. See \helpref{wxFileDialog::wxFileDialog}{wxfiledialogconstr} for details.
|
||||
Sets the dialog style. See \helpref{wxFileDialog::wxFileDialog}{wxfiledialogctor} for details.
|
||||
|
||||
\membersection{wxFileDialog::SetWildcard}\label{wxfiledialogsetwildcard}
|
||||
|
||||
|
Reference in New Issue
Block a user