]> Pileus Git - ~andy/gtk/blob - modules/engines/ms-windows/xp_theme_defs.h
re-sync with gtk-wimp cvs
[~andy/gtk] / modules / engines / ms-windows / xp_theme_defs.h
1 /* MS-Windows Engine (aka GTK-Wimp)
2  *
3  * Copyright (C) 2003, 2004 Dom Lachowicz <cinamod@hotmail.com>
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public
16  * License along with this library; if not, write to the
17  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  * Boston, MA 02111-1307, USA.
19  */
20
21 /*
22  * These are the real values of these UXTHEME constants, provided so that we can
23  * compile/link on Win32 platforms that aren't WinXP, and also build against
24  * MinGW 1.0/1.1, which also doesn't have these things defined in its header files
25  */
26
27 #ifndef XP_THEME_DFNS_H
28 #define XP_THEME_DFNS_H
29
30 typedef HANDLE HTHEME;
31
32 #define ETDT_ENABLE         0x00000002
33 #define ETDT_USETABTEXTURE  0x00000004
34 #define ETDT_ENABLETAB      (ETDT_ENABLE  | ETDT_USETABTEXTURE)
35
36 #define BP_PUSHBUTTON 1
37 #define BP_CHECKBOX 3
38
39 #define HP_HEADERITEM 1
40
41 #define CP_DROPDOWNBUTTON 1
42
43 #define TABP_TABITEM 1
44 #define TABP_TABITEMLEFTEDGE 2
45 #define TABP_PANE 9
46 #define TABP_BODY 10
47
48 #define SBP_ARROWBTN 1
49 #define SBP_THUMBBTNHORZ 2
50 #define SBP_THUMBBTNVERT 3
51 #define SBP_LOWERTRACKHORZ 4
52 #define SBP_UPPERTRACKHORZ 5
53 #define SBP_LOWERTRACKVERT 6
54 #define SBP_UPPERTRACKVERT 7
55 #define SBP_GRIPPERHORZ 8
56 #define SBP_GRIPPERVERT 9
57
58 #define EP_EDITTEXT 1
59
60 #define SPNP_UP 1
61 #define SPNP_DOWN 2
62
63 #define BP_RADIOBUTTON 2
64
65 #define TVP_GLYPH 2
66
67 #define PP_BAR 1
68 #define PP_BARVERT 2
69 #define PP_CHUNK 3
70 #define PP_CHUNKVERT 4
71
72 #define TTP_STANDARD 1
73
74 #define RP_GRIPPER 1
75 #define RP_GRIPPERVERT 2
76 #define RP_BAND 3
77 #define RP_CHEVRON 4
78
79 #define TP_BUTTON 1
80 #define TS_NORMAL 1
81 #define TS_HOT 2
82 #define TS_PRESSED 3
83 #define TS_DISABLED 4
84
85 #define TTSS_NORMAL 1
86
87 #define CHEVS_NORMAL 1
88 #define CHEVS_HOT 2
89 #define CHEVS_PRESSED 3
90
91 #define TIS_NORMAL 1
92 #define TIS_HOT 2
93 #define TIS_SELECTED 3
94 #define TIS_DISABLED 4
95
96 #define ETS_NORMAL 1
97 #define ETS_FOCUSED 5
98 #define ETS_READONLY 6
99
100 #define SCRBS_NORMAL 1
101 #define SCRBS_HOT 2
102 #define SCRBS_PRESSED 3
103 #define SCRBS_DISABLED 4
104
105 #define ABS_UPNORMAL 1
106 #define ABS_UPHOT 2
107 #define ABS_UPPRESSED 3
108 #define ABS_UPDISABLED 4
109 #define ABS_DOWNNORMAL 5
110 #define ABS_DOWNHOT 6
111 #define ABS_DOWNPRESSED 7
112 #define ABS_DOWNDISABLED 8
113 #define ABS_LEFTNORMAL 9
114 #define ABS_LEFTHOT 10
115 #define ABS_LEFTPRESSED 11
116 #define ABS_LEFTDISABLED 12
117 #define ABS_RIGHTNORMAL 13
118 #define ABS_RIGHTHOT 14
119 #define ABS_RIGHTPRESSED 15
120 #define ABS_RIGHTDISABLED 16
121
122 #define CBS_UNCHECKEDNORMAL 1
123 #define CBS_UNCHECKEDHOT 2
124 #define CBS_UNCHECKEDPRESSED 3
125 #define CBS_UNCHECKEDDISABLED 4
126 #define CBS_CHECKEDNORMAL 5
127 #define CBS_CHECKEDHOT 6
128 #define CBS_CHECKEDPRESSED 7
129 #define CBS_CHECKEDDISABLED 8
130
131 #define PBS_NORMAL 1
132 #define PBS_HOT 2
133 #define PBS_PRESSED 3
134 #define PBS_DISABLED 4
135 #define PBS_DEFAULTED 5
136
137 #define DNS_NORMAL 1
138 #define DNS_HOT 2
139 #define DNS_PRESSED 3
140 #define DNS_DISABLED 4
141
142 #define UPS_NORMAL 1
143 #define UPS_HOT 2
144 #define UPS_PRESSED 3
145 #define UPS_DISABLED 4
146
147 #define GLPS_CLOSED 1
148 #define GLPS_OPENED 2
149
150 #define MP_MENUITEM 1
151 #define MP_SEPARATOR 6
152 #define MS_NORMAL 1
153 #define MS_SELECTED 2
154 #define MS_DEMOTED 3
155
156 #define SP_PANE 2
157 #define SP_GRIPPER 3
158
159 #endif /* XP_THEME_DFNS_H */