// Modified by:
// Created: 15.11.99
// RCS-ID: $Id$
-// Copyright: (c) wxWindows team
+// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual wxStatusBar *GetStatusBar() const { return m_frameStatusBar; }
// sets the main status bar
- void SetStatusBar(wxStatusBar *statBar) { m_frameStatusBar = statBar; }
+ void SetStatusBar(wxStatusBar *statBar)
+ { m_frameStatusBar = statBar; PositionStatusBar(); }
// forward these to status bar
virtual void SetStatusText(const wxString &text, int number = 0);