Added WCE toolbar
Got menubars working with WCE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32_WCE)
|
||||
#include <commctrl.h>
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// This is the MDI Window menu
|
||||
@@ -53,6 +57,34 @@ BEGIN
|
||||
END
|
||||
END
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
|
||||
// Dummy menubar/toolbar for WinCE
|
||||
|
||||
5000 RCDATA DISCARDABLE
|
||||
BEGIN
|
||||
// Popup menu name
|
||||
5000,
|
||||
// Count of items to put on the menu
|
||||
0
|
||||
END
|
||||
|
||||
5000 MENU DISCARDABLE
|
||||
BEGIN
|
||||
POPUP "Dummy"
|
||||
BEGIN
|
||||
MENUITEM "Dummy" 99
|
||||
END
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
5001 "Dummy menu"
|
||||
END
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Standard wxWindows Cursors
|
||||
|
Reference in New Issue
Block a user