X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a51c85ff3bb522ffeb983422ca9a878c0b22ca1..8e458bb53997706d4432d2dc0b9b516320709389:/include/wx/generic/treectlg.h diff --git a/include/wx/generic/treectlg.h b/include/wx/generic/treectlg.h index f72b8fc465..b4c3e11e79 100644 --- a/include/wx/generic/treectlg.h +++ b/include/wx/generic/treectlg.h @@ -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)