File: wxrsc.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 (51 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download | duplicates (7)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*
// Pointer ID's
*/
#define WXCURSOR_HAND                100
#define WXCURSOR_BULLSEYE            101
#define WXCURSOR_PENCIL              102
#define WXCURSOR_MAGNIFIER           103
#define WXCURSOR_NO_ENTRY            104
#define WXCURSOR_SIZING              105
#define WXCURSOR_ROLLER              106
#define WXCURSOR_WATCH               107
#define WXCURSOR_PBRUSH              108
#define WXCURSOR_PLEFT               109
#define WXCURSOR_PRIGHT              110
#define WXCURSOR_QARROW              111
#define WXCURSOR_BLANK               112

/*
// Icon Ids
*/
#define wxICON_TIP                   113
#define wxICON_SMALL_CLOSED_FOLDER   114
#define wxICON_SMALL_OPEN_FOLDER     115
#define wxICON_SMALL_FILE            116
#define wxICON_SMALL_COMPUTER        117
#define wxICON_SMALL_DRIVE           118
#define wxICON_SMALL_CDROM           119
#define wxICON_SMALL_FLOPPY          120
#define wxICON_SMALL_REMOVEABLE      121
#define wxICON_SMALL_ERROR           122
#define wxICON_SMALL_INFO            123
#define wxICON_SMALL_WARNING         124

/*
// Bitmap Ids
*/
#define wxDISABLE_BUTTON_BITMAP      125
#define wxTICK_BITMAP                126
#define wxCROSS_BITMAP               127
#define wxCSQUERY_BITMAP             128
#define wxBITMAP_STD_COLOURS         129

/*
// Dialog Ids -- must match enums in Toplevel.cpp
*/
#define ID_RESIZEABLEDIALOG          130
#define ID_CAPTIONDIALOG             131
#define ID_NOCAPTIONDIALOG           132

#define ID_WINDOW_MENU               133