X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6bd719f16c64ac2757a40782b709d30e810d2eff..30be036c6d4990f8aa21af5b86abdc0852e686a0:/docs/latex/wx/filedlg.tex diff --git a/docs/latex/wx/filedlg.tex b/docs/latex/wx/filedlg.tex index b494f89f8a..42be6bd0df 100644 --- a/docs/latex/wx/filedlg.tex +++ b/docs/latex/wx/filedlg.tex @@ -23,6 +23,7 @@ This class represents the file chooser dialog. \twocolitem{{\windowstyle wxFD\_FILE\_MUST\_EXIST}}{For open dialog only: the user may only select files that actually exist.} \twocolitem{{\windowstyle wxFD\_MULTIPLE}}{For open dialog only: allows selecting multiple files.} \twocolitem{{\windowstyle wxFD\_CHANGE\_DIR}}{Change the current working directory to the directory where the file(s) chosen by the user are.} +\twocolitem{{\windowstyle wxFD\_PREVIEW}}{Show the preview of the selected files (currently only supported by wxGTK using GTK+ 2.4 or later).} \end{twocollist} {\bf NB:} Previous versions of wxWidgets used {\tt wxFD\_CHANGE\_DIR} by default