// 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; }