]> git.saurik.com Git - wxWidgets.git/blame - include/wx/os2/wxrsc.h
wxUSE_CONSTRAINTS now refers to constraints only, since sizers
[wxWidgets.git] / include / wx / os2 / wxrsc.h
CommitLineData
98b67b81
DW
1/*
2// Pointer ID's
3*/
4#define WXCURSOR_HAND 100
5#define WXCURSOR_BULLSEYE 101
6#define WXCURSOR_PENCIL 102
7#define WXCURSOR_MAGNIFIER 103
8#define WXCURSOR_NO_ENTRY 104
9#define WXCURSOR_SIZING 105
10#define WXCURSOR_ROLLER 106
11#define WXCURSOR_WATCH 107
12#define WXCURSOR_PBRUSH 108
13#define WXCURSOR_PLEFT 109
14#define WXCURSOR_PRIGHT 110
15#define WXCURSOR_QARROW 111
16#define WXCURSOR_BLANK 112
17
18/*
19// Icon Ids
20*/
21#define wxICON_TIP 113
22#define wxICON_SMALL_CLOSED_FOLDER 114
23#define wxICON_SMALL_OPEN_FOLDER 115
24#define wxICON_SMALL_FILE 116
25#define wxICON_SMALL_COMPUTER 117
26#define wxICON_SMALL_DRIVE 118
27#define wxICON_SMALL_CDROM 119
28#define wxICON_SMALL_FLOPPY 120
29#define wxICON_SMALL_REMOVEABLE 121
30
31/*
32// Bitmap Ids
33*/
34#define wxDISABLE_BUTTON_BITMAP 122
35#define wxTICK_BITMAP 123
36#define wxCROSS_BITMAP 124
37#define wxCSQUERY_BITMAP 125
38#define wxBITMAP_STD_COLOURS 126
39
40/*
41// Dialog Ids -- must match enums in Toplevel.cpp
42*/
43#define ID_RESIZEABLEDIALOG 127
44#define ID_CAPTIONDIALOG 128
45#define ID_NOCAPTIONDIALOG 129
46
f1633a8f 47#define ID_WINDOW_MENU 130
98b67b81 48