]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/treectlg.h
Added wxRegion construction from an NSRect or an array of NSRects
[wxWidgets.git] / include / wx / generic / treectlg.h
index db054192235588610f963ca4c342e05ee3c7a45e..2aba6baa1013bb7055cf0989f1cab591cebe9838 100644 (file)
@@ -378,6 +378,9 @@ public:
     virtual bool SetBackgroundColour(const wxColour& colour);
     virtual bool SetForegroundColour(const wxColour& colour);
 
+    virtual void Freeze();
+    virtual void Thaw();
     // callbacks
     void OnPaint( wxPaintEvent &event );
     void OnSetFocus( wxFocusEvent &event );
@@ -419,6 +422,7 @@ protected:
                         *m_imageListState,
                         *m_imageListButtons;
 
+    int                  m_freezeCount; 
     int                  m_dragCount;
     wxPoint              m_dragStart;
     wxGenericTreeItem   *m_dropTarget;