added status bar to the sample because it uses wxLogStatus()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -188,6 +188,8 @@ MyFrame::MyFrame(wxWindow *parent,
|
|||||||
: wxFrame(parent, -1, title, pos, size)
|
: wxFrame(parent, -1, title, pos, size)
|
||||||
{
|
{
|
||||||
m_dialog = (MyModelessDialog *)NULL;
|
m_dialog = (MyModelessDialog *)NULL;
|
||||||
|
|
||||||
|
CreateStatusBar();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyFrame::ChooseColour(wxCommandEvent& WXUNUSED(event) )
|
void MyFrame::ChooseColour(wxCommandEvent& WXUNUSED(event) )
|
||||||
|
Reference in New Issue
Block a user