]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/propedit.h
Mention wxCURSOR_BLANK
[wxWidgets.git] / contrib / utils / wxrcedit / propedit.h
index 04ff9c577d7650ef5a90032676ebfe70078a84ed..b74371604e1e93b801c5aaa3666bb6048f018f64 100644 (file)
 #define _PROPEDIT_H_
 
 #include "wx/panel.h"
-#include "wx/generic/treectlg.h"
+#include "wx/treectrl.h"
 #include "nodesdb.h"
 #include "propframe.h"
 
 class WXDLLEXPORT wxXmlNode;
-class WXDLLEXPORT wxGenericTreeCtrl;
+class WXDLLEXPORT wxTreeCtrl;
 class WXDLLEXPORT wxTextCtrl;
 
 
@@ -61,7 +61,7 @@ class PropEditCtrl : public wxPanel
     
         PropertiesFrame *m_PropFrame;
         bool m_Created;
-        wxGenericTreeCtrl *m_TreeCtrl;
+        wxTreeCtrl *m_TreeCtrl;
         wxTreeItemId m_TreeItem;
         wxWindow *m_TheCtrl;
         PropertyInfo *m_PropInfo;