X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f1b667b16810355600c305b58ea6641ef146ba3..bcf576ccfe754a634034203aa133c02fb5d2f964:/docs/latex/wx/filedlg.tex diff --git a/docs/latex/wx/filedlg.tex b/docs/latex/wx/filedlg.tex index 60cc3ab603..b2c3889881 100644 --- a/docs/latex/wx/filedlg.tex +++ b/docs/latex/wx/filedlg.tex @@ -35,7 +35,7 @@ displayed. The wildcard may be a specification for multiple types of file with a description for each, such as: \begin{verbatim} - "BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif" + "BMP and GIF files (*.bmp;*.gif)|*.bmp;*.gif|PNG files (*.png)|*.png" \end{verbatim} It must be noted that wildcard support in the native Motif file @@ -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}