]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Compile fix for --disable-ffile.
[wxWidgets.git] / include / wx / generic / treectlg.h
index ccaa5fbdb02689af6f4ec0ccde4dfb754de16602..a9a6318ce9a416f8516e083c3afa6d51fa392b78 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);
@@ -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