Added minimal file dialog for SmartPhone
Use wxSYSTEM_MENU to get X symbol on PocketPC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -122,7 +122,7 @@ bool MyApp::OnInit()
|
||||
// create the main application window
|
||||
MyFrame *frame = new MyFrame(_T("Minimal wxWindows App"),
|
||||
#ifdef __WXWINCE__
|
||||
wxPoint(0, 0), wxDefaultSize, wxNO_BORDER);
|
||||
wxPoint(0, 0), wxDefaultSize, wxNO_BORDER|wxSYSTEM_MENU);
|
||||
#else
|
||||
wxPoint(50, 50), wxSize(450, 340));
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user