Proposed syntax for telling WinCE whether a context menu is available

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-02-28 14:18:45 +00:00
parent 7d4f65e393
commit 92f07cf89e

View File

@@ -496,6 +496,9 @@ MyFrame::MyFrame()
_T("menubar itself.\n\n") _T("menubar itself.\n\n")
_T("Right click the band below to test popup menus.\n")); _T("Right click the band below to test popup menus.\n"));
#endif #endif
#ifdef __POCKETPC__
EnableContextMenu();
#endif
} }
MyFrame::~MyFrame() MyFrame::~MyFrame()