X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/27f8357f3ceb709c4ea8653818e4f1a79f8f59fe..0441868f0826077c1412a9828e5f3e67f32c425d:/include/wx/generic/treectlg.h diff --git a/include/wx/generic/treectlg.h b/include/wx/generic/treectlg.h index ccaa5fbdb0..a9a6318ce9 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); @@ -219,6 +220,7 @@ public: void OnChar( wxKeyEvent &event ); void OnMouse( wxMouseEvent &event ); void OnGetToolTip( wxTreeEvent &event ); + void OnSize( wxSizeEvent &event ); void OnInternalIdle( ); virtual wxVisualAttributes GetDefaultAttributes() const