]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dirdlg.h
make wxChoice and wxListBox inherit from wxControlWithItems and not wxControl for...
[wxWidgets.git] / include / wx / dirdlg.h
index 9a7477102baab70b0a4109fe3f620be5cb038d03..a5b0cba0217c5323409ba648374c4c3f3dc3910c 100644 (file)
@@ -73,6 +73,12 @@ public:
         return true;
     }
 
+#if WXWIN_COMPATIBILITY_2_6
+
+    wxDEPRECATED( long GetStyle() const );
+    wxDEPRECATED( void SetStyle(long style) );
+
+#endif  // WXWIN_COMPATIBILITY_2_6
 
     virtual void SetMessage(const wxString& message) { m_message = message; }
     virtual void SetPath(const wxString& path) { m_path = path; }