// we don't want focus for ourselves
// virtual bool AcceptsFocus() const { return false; }
+ // Redo sizing after thawing
+ virtual void Thaw();
+
protected:
// choose the default border for this window
virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
// these can be overridden
- virtual void UpdateTabCtrlHeight();
+
+ // update the height, return true if it was done or false if the new height
+ // calculated by CalculateTabCtrlHeight() is the same as the old one
+ virtual bool UpdateTabCtrlHeight();
+
virtual int CalculateTabCtrlHeight();
virtual wxSize CalculateNewSplitSize();