]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
don't give out an error when using --cflags followed by a list of libraries; this...
[wxWidgets.git] / include / wx / generic / treectlg.h
index f57802cf70ac0a97fc3ae0c3612bc0ee30893285..c21b331fe6e241ff9443cfe60b70a4db27c1a70c 100644 (file)
@@ -197,8 +197,6 @@ public:
     virtual bool SetBackgroundColour(const wxColour& colour);
     virtual bool SetForegroundColour(const wxColour& colour);
 
-    virtual void Freeze();
-    virtual void Thaw();
     virtual void Refresh(bool eraseBackground = true, const wxRect *rect = NULL);
 
     virtual bool SetFont( const wxFont &font );
@@ -253,7 +251,6 @@ protected:
     bool                 m_lastOnSame;  // last click on the same item as prev
     wxImageList         *m_imageListButtons;
 
-    int                  m_freezeCount;
     int                  m_dragCount;
     wxPoint              m_dragStart;
     wxGenericTreeItem   *m_dropTarget;
@@ -273,6 +270,9 @@ protected:
     // the common part of all ctors
     void Init();
 
+    // overridden wxWindow methods 
+    virtual void DoThaw();
+
     // misc helpers
     void SendDeleteEvent(wxGenericTreeItem *itemBeingDeleted);