From: Vadim Zeitlin Date: Mon, 9 Jan 2006 00:09:01 +0000 (+0000) Subject: mention that wxMULTIPLE flag doesn't make sense with wxFileSelector X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9b38386f3d83d45509ee692de88a7f6af34cfe43 mention that wxMULTIPLE flag doesn't make sense with wxFileSelector git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 9b71dc0532..39054c33b0 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1857,7 +1857,9 @@ If path is empty, the current directory will be used. If filename is empty, no default filename will be supplied. The wildcard determines what files are displayed in the file selector, and file extension supplies a type extension for the required filename. Flags may be a combination of wxOPEN, -wxSAVE, wxOVERWRITE\_PROMPT, wxFILE\_MUST\_EXIST, wxMULTIPLE or 0. +wxSAVE, wxOVERWRITE\_PROMPT or wxFILE\_MUST\_EXIST. Note that wxMULTIPLE +can only be used with \helpref{wxFileDialog}{wxfiledialog} and not here as this +function only returns a single file name. Both the Unix and Windows versions implement a wildcard filter. Typing a filename containing wildcards (*, ?) in the filename text item, and