]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing wxFileDialog flags to both dialog overview and wxFileDialog description...
authorKevin Hock <hockkn@yahoo.com>
Wed, 2 Mar 2005 00:15:48 +0000 (00:15 +0000)
committerKevin Hock <hockkn@yahoo.com>
Wed, 2 Mar 2005 00:15:48 +0000 (00:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/filedlg.tex

index b2c3889881566f0c6853f8f5a141663095a77321..b50d15e9d6a51937af4e613f08ebdadca974c6bb 100644 (file)
@@ -26,7 +26,8 @@ If path is ``", the current directory will be used. If filename is ``",
 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, wxHIDE\_READONLY, wxFILE\_MUST\_EXIST,
+wxMULTIPLE, wxCHANGE\_DIR or 0.
 
 Both the X and Windows versions implement a wildcard filter. Typing a
 filename containing wildcards (*, ?) in the filename text item, and
@@ -77,6 +78,8 @@ wildcards; see the Remarks section above.}
 \twocolitem{{\bf wxOPEN}}{This is an open dialog.}
 \twocolitem{{\bf wxSAVE}}{This is a save dialog.}
 \twocolitem{{\bf wxOVERWRITE\_PROMPT}}{For save dialog only: prompt for a confirmation if a file will be overwritten.}
+\twocolitem{{\bf wxHIDE\_READONLY}}{Do not display read-only files.}
+\twocolitem{{\bf wxFILE\_MUST\_EXIST}}{The user may only select files that actually exist.}
 \twocolitem{{\bf wxMULTIPLE}}{For open dialog only: allows selecting multiple files.}
 \twocolitem{{\bf wxCHANGE\_DIR}}{Change the current working directory to the directory where the file(s) chosen by the user are.}
 \end{twocollist}%