Minimal sample frame style suits Smartphone and Pocket PC now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22183
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+ Minimal_Quit = wxID_EXIT,
// it is important for the id corresponding to the "About" command to have
// this standard value as otherwise it won't be handled properly under Mac
// it is important for the id corresponding to the "About" command to have
// this standard value as otherwise it won't be handled properly under Mac
// create the main application window
MyFrame *frame = new MyFrame(_T("Minimal wxWindows App"),
#ifdef __WXWINCE__
// create the main application window
MyFrame *frame = new MyFrame(_T("Minimal wxWindows App"),
#ifdef __WXWINCE__
- wxPoint(0, 0), wxDefaultSize, wxNO_BORDER|wxSYSTEM_MENU);
+ wxDefaultPosition, wxDefaultSize, wxNO_BORDER|wxSYSTEM_MENU|wxCLIP_CHILDREN);
#else
wxPoint(50, 50), wxSize(450, 340));
#endif
#else
wxPoint(50, 50), wxSize(450, 340));
#endif
mondrian ICON "mondrian.ico"
#include "wx/msw/wx.rc"
mondrian ICON "mondrian.ico"
#include "wx/msw/wx.rc"
-#define MINIMAL_QUIT 1
-#define MINIMAL_ABOUT 102
-