mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-13 09:39:11 +01:00
d14efe561b
long become wxWidgets 2.9.2, which in turn is expected to be the last 2.9 release before the 3.0 stable release. Since the full wxWidgets distribution is rather large, I have imported only the parts that we use, on a subdirectory basis: art include/wx/*.* include/wx/aui include/wx/cocoa include/wx/generic include/wx/gtk include/wx/meta include/wx/msw include/wx/osx include/wx/persist include/wx/private include/wx/protocol include/wx/unix src/aui src/common src/generic src/gtk src/msw src/osx src/unix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7380 8ced0084-cf51-0410-be5f-012b33b47a6e
66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
///////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/msw/wince/smartphone.rc
|
|
// Purpose: resources for MS Smartphone build
|
|
// Author: Wlodzimierz ABX Skiba
|
|
// Modified by:
|
|
// Created: 01.05.2004
|
|
// RCS-ID: $Id: smartphone.rc 67254 2011-03-20 00:14:35Z DS $
|
|
// Copyright: (c) Wlodzimierz Skiba
|
|
// Licence: wxWindows licence
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include <aygshell.h>
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_EMPTY ""
|
|
END
|
|
|
|
IDR_POPUP_1 MENU
|
|
BEGIN
|
|
POPUP ""
|
|
BEGIN
|
|
MENUITEM "M", IDM_ITEM
|
|
END
|
|
END
|
|
|
|
IDR_POPUP_2 MENU
|
|
BEGIN
|
|
POPUP ""
|
|
BEGIN
|
|
MENUITEM "M", IDM_ITEM
|
|
END
|
|
POPUP ""
|
|
BEGIN
|
|
MENUITEM "M", IDM_ITEM
|
|
END
|
|
END
|
|
|
|
IDR_MENUBAR_ONE_BUTTON RCDATA
|
|
BEGIN
|
|
0,2,
|
|
I_IMAGENONE, IDM_LEFT, TBSTATE_ENABLED, TBSTYLE_BUTTON | TBSTYLE_AUTOSIZE, IDS_EMPTY, 0, NOMENU,
|
|
I_IMAGENONE, IDM_RIGHT, TBSTATE_ENABLED, TBSTYLE_BUTTON | TBSTYLE_AUTOSIZE, IDS_EMPTY, 0, NOMENU,
|
|
END
|
|
|
|
IDR_MENUBAR_LEFT_MENU RCDATA
|
|
BEGIN
|
|
IDR_POPUP_1,1,
|
|
I_IMAGENONE, IDM_LEFT, TBSTATE_ENABLED, TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, IDS_EMPTY, 0, 0,
|
|
END
|
|
|
|
IDR_MENUBAR_RIGHT_MENU RCDATA
|
|
BEGIN
|
|
IDR_POPUP_1,2,
|
|
I_IMAGENONE, IDM_LEFT, TBSTATE_ENABLED, TBSTYLE_BUTTON | TBSTYLE_AUTOSIZE, IDS_EMPTY, 0, NOMENU,
|
|
I_IMAGENONE, IDM_RIGHT, TBSTATE_ENABLED, TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, IDS_EMPTY, 0, 0,
|
|
END
|
|
|
|
IDR_MENUBAR_BOTH_MENUS RCDATA
|
|
BEGIN
|
|
IDR_POPUP_2,2,
|
|
I_IMAGENONE, IDM_LEFT, TBSTATE_ENABLED, TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, IDS_EMPTY, 0, 0,
|
|
I_IMAGENONE, IDM_RIGHT, TBSTATE_ENABLED, TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE, IDS_EMPTY, 0, 1,
|
|
END
|
|
|