File: resources.h

package info (click to toggle)
wxwidgets3.0 3.0.5.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120,464 kB
  • sloc: cpp: 896,633; makefile: 52,303; ansic: 21,971; sh: 5,713; python: 2,940; xml: 1,534; perl: 264; javascript: 33
file content (26 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
///////////////////////////////////////////////////////////////////////////////
// Name:        wx/msw/wince/resources.h
// Purpose:     identifiers shared between resource compiler and eVC
// Author:      Wlodzimierz ABX Skiba
// Modified by:
// Created:     01.05.2004
// Copyright:   (c) Wlodzimierz Skiba
// Licence:     wxWindows licence
///////////////////////////////////////////////////////////////////////////////

// Windows CE dummy menu for SHCreateMenuBar()
#define wxIDM_SHMENU             40000

#define IDM_LEFT                 40001
#define IDM_RIGHT                40002
#define IDM_ITEM                 40003

#define IDS_EMPTY                40010

#define IDR_POPUP_1              40020
#define IDR_POPUP_2              40021

#define IDR_MENUBAR_ONE_BUTTON   40030
#define IDR_MENUBAR_LEFT_MENU    40031
#define IDR_MENUBAR_RIGHT_MENU   40032
#define IDR_MENUBAR_BOTH_MENUS   40033