From 13ba38f46eaf9eb8b25f886190f9c26554bab5b1 Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Wed, 2 Mar 2005 00:15:48 +0000 Subject: [PATCH] Add missing wxFileDialog flags to both dialog overview and wxFileDialog description (modified patch 1154022) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/filedlg.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/filedlg.tex b/docs/latex/wx/filedlg.tex index b2c3889881..b50d15e9d6 100644 --- a/docs/latex/wx/filedlg.tex +++ b/docs/latex/wx/filedlg.tex @@ -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}% -- 2.45.2