]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/dirctrlg.h
Add the options stuff to settings.
[wxWidgets.git] / include / wx / generic / dirctrlg.h
index cfc86d1430a91bd74bb7abcca6a0e928632e208a..0d391fea6ef6c0877f4d493bf5c2a29ea7419700 100644 (file)
@@ -27,9 +27,6 @@
 // classes
 //-----------------------------------------------------------------------------
 
-//class wxDirItemData;
-class wxDirCtrl;
-
 //-----------------------------------------------------------------------------
 // Extra styles for wxGenericDirCtrl
 //-----------------------------------------------------------------------------
@@ -52,7 +49,6 @@ class WXDLLEXPORT wxDirItemDataEx : public wxTreeItemData
 public:
   wxDirItemDataEx(const wxString& path, const wxString& name, bool isDir);
   ~wxDirItemDataEx();
-  bool HasSubDirs();
   void SetNewDirName( wxString path );
   wxString m_path, m_name;
   bool m_isHidden;
@@ -111,9 +107,6 @@ public:
     inline wxString GetDefaultPath() const { return m_defaultPath; }
     void SetDefaultPath(const wxString& path) { m_defaultPath = path; }
 
-    //inline long GetStyleEx() const { return m_styleEx; }
-    //void SetStyleEx(long styleEx) { m_styleEx = styleEx; }
-
     // Get dir or filename
     wxString GetPath() const ;
     // Get selected filename path only (else empty string).