wxStatusBar();
wxStatusBar(wxWindow *parent,
wxWindowID id = wxID_ANY,
- long style = wxST_DEFAULT_STYLE,
+ long style = wxSTB_DEFAULT_STYLE,
const wxString& name = wxStatusBarNameStr)
{
m_pDC = NULL;
bool Create(wxWindow *parent,
wxWindowID id = wxID_ANY,
- long style = wxST_DEFAULT_STYLE,
+ long style = wxSTB_DEFAULT_STYLE,
const wxString& name = wxStatusBarNameStr);
virtual ~wxStatusBar();