+
+ // overridden base class methods
+ // -----------------------------
+
+ // setting the font of this window sets it for the text control inside it
+ // (default font is a larger and bold version of the normal one)
+ virtual bool SetFont(const wxFont& font);
+
+protected:
+ // info bar shouldn't have any border by default, the colour difference
+ // between it and the main window separates it well enough
+ virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
+
+
+ // update the parent to take our new or changed size into account (notably
+ // should be called when we're shown or hidden)
+ void UpdateParent();
+