// ----------------------------------------------------------------------------
#include "wx/toplevel.h" // the base class
// ----------------------------------------------------------------------------
#include "wx/toplevel.h" // the base class
// the default names for various classs
extern WXDLLIMPEXP_DATA_CORE(const char) wxStatusLineNameStr[];
// the default names for various classs
extern WXDLLIMPEXP_DATA_CORE(const char) wxStatusLineNameStr[];
#if wxUSE_STATUSBAR
// create the main status bar by calling OnCreateStatusBar()
virtual wxStatusBar* CreateStatusBar(int number = 1,
#if wxUSE_STATUSBAR
// create the main status bar by calling OnCreateStatusBar()
virtual wxStatusBar* CreateStatusBar(int number = 1,
// return a new status bar
virtual wxStatusBar *OnCreateStatusBar(int number,
long style,
// return a new status bar
virtual wxStatusBar *OnCreateStatusBar(int number,
long style,