Displaying 1 result from an estimated 1 matches for "file_must_exist".
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...e combined with FD_SAVE.|
+|@FD_SAVE@|This is a save dialog; usually this means that the default button''s label of the dialog is "Save". Cannot be combined with FD_OPEN.|
+|@FD_OVERWRITE_PROMPT@|For save dialog only: prompt for a confirmation if a file will be overwritten.|
+|@FD_FILE_MUST_EXIST@|For open dialog only: the user may only select files that actually exist.|
+|@FD_MULTIPLE@|For open dialog only: allows selecting multiple files.|
+|@FD_CHANGE_DIR@|Change the current working directory to the directory where the file(s) chosen by the user are.|
+|@FD_PREVIEW@|Show the preview of t...