]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filedlg.h
restored (as deprecated) accidentally removed wx{Dir|File}Dialog::Get/SetStyle()
[wxWidgets.git] / include / wx / filedlg.h
index 8a16ded2628538f1ec8cc4a430985e00ccefeff6..ac4659db992d779b888c614a6f25a7fefdbe42e8 100644 (file)
@@ -129,6 +129,14 @@ public:
                                            wxArrayString& filters) );
 #endif // WXWIN_COMPATIBILITY_2_4
 
+#if WXWIN_COMPATIBILITY_2_6
+
+    wxDEPRECATED( long GetStyle() const );
+    wxDEPRECATED( void SetStyle(long style) );
+
+#endif  // WXWIN_COMPATIBILITY_2_6
+
+
     // Append first extension to filePath from a ';' separated extensionList
     // if filePath = "path/foo.bar" just return it as is
     // if filePath = "foo[.]" and extensionList = "*.jpg;*.png" return "foo.jpg"