]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
[ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
[wxWidgets.git] / include / wx / generic / treectlg.h
index f72b8fc4656abb10f4e5191c281c1caba7881263..b4c3e11e79555d81557109b1c2b73ef439903ca6 100644 (file)
@@ -208,6 +208,7 @@ public:
 
     virtual void Freeze();
     virtual void Thaw();
+    virtual void Refresh(bool eraseBackground = true, const wxRect *rect = NULL);
 
     virtual bool SetFont( const wxFont &font );
     virtual void SetWindowStyle(const long styles);
@@ -341,6 +342,8 @@ protected:
     void UnselectAllChildren( wxGenericTreeItem *item );
     void ChildrenClosing(wxGenericTreeItem* item);
 
+    void DoDirtyProcessing();
+
 private:
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS(wxGenericTreeCtrl)