just added wxUSE_MENUS around code using the menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
90392f9cc9
commit
290c74fbed
1 changed files with 2 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ void MyFrame::OnNewWindow(wxCommandEvent& WXUNUSED(event) )
|
|||
subframe->SetIcon(wxIcon( mondrian_xpm ));
|
||||
#endif
|
||||
|
||||
#if wxUSE_MENUS
|
||||
// Make a menubar
|
||||
wxMenu *file_menu = new wxMenu;
|
||||
|
||||
|
|
@ -260,6 +261,7 @@ void MyFrame::OnNewWindow(wxCommandEvent& WXUNUSED(event) )
|
|||
|
||||
// Associate the menu bar with the frame
|
||||
subframe->SetMenuBar(menu_bar);
|
||||
#endif // wxUSE_MENUS
|
||||
|
||||
#if wxUSE_STATUSBAR
|
||||
subframe->CreateStatusBar();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue