Made wxInfoBar::SetFont() change the text message font.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-10-05 22:54:24 +00:00
parent a92b5dfe8c
commit df8c364bf4
2 changed files with 20 additions and 0 deletions

View File

@@ -66,6 +66,14 @@ public:
// get the currently used effect animation duration
int GetEffectDuration() const { return m_effectDuration; }
// 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);
private:
// common part of all ctors
void Init();