]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Moved client data stuff directly into wxEvtHandler, #if'd out
[wxWidgets.git] / include / wx / generic / treectlg.h
index 545ecd90fd5e114d5bb7a8e60825412b64783193..d10a4e7d42c1014ebdcf602a0426c44229424e09 100644 (file)
@@ -222,7 +222,6 @@ public:
 
         // Only for internal use right now, but should probably be public
     wxTreeItemId GetNext(const wxTreeItemId& item) const;
-    wxTreeItemId GetPrev(const wxTreeItemId& item) const;
 
     // operations
     // ----------
@@ -329,6 +328,10 @@ public:
 
     // implementation only from now on
 
+    // overridden base class virtuals
+    virtual bool SetBackgroundColour(const wxColour& colour);
+    virtual bool SetForegroundColour(const wxColour& colour);
+
     // callbacks
     void OnPaint( wxPaintEvent &event );
     void OnSetFocus( wxFocusEvent &event );