]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/filedlg.h
Add the getters
[wxWidgets.git] / interface / wx / filedlg.h
index a3c5bfd621646839fc6401657164a29a45ad1cd2..e8dd2363239bed5e3cf90c2feefbbc31afb65159 100644 (file)
@@ -6,6 +6,17 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+enum
+{
+    wxFD_OPEN              = 0x0001,
+    wxFD_SAVE              = 0x0002,
+    wxFD_OVERWRITE_PROMPT  = 0x0004,
+    wxFD_FILE_MUST_EXIST   = 0x0010,
+    wxFD_MULTIPLE          = 0x0020,
+    wxFD_CHANGE_DIR        = 0x0080,
+    wxFD_PREVIEW           = 0x0100
+};
+
 /**
     @class wxFileDialog