Initial git import
[sxemacs] / src / syscommctrl.h
1 /* Copyright (C) 2000 Free Software Foundation, Inc.
2
3 This file is part of SXEmacs
4
5 SXEmacs is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License, or
8 (at your option) any later version.
9
10 SXEmacs 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
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
17
18
19 /* Synched up with: Not in FSF. */
20
21 /* Authorship:
22
23    Created May 2000 by Andy Piper.
24    Windows-Mule stuff added by Ben Wing.
25 */
26
27 #ifndef INCLUDED_syscommctrl_h_
28 #define INCLUDED_syscommctrl_h_
29
30
31 #ifndef TB_SETIMAGELIST
32 #define TB_SETIMAGELIST (WM_USER + 48)
33 #endif
34 #ifndef TB_GETIMAGELIST
35 #define TB_GETIMAGELIST (WM_USER + 49)
36 #endif
37 #ifndef TB_SETDISABLEDIMAGELIST
38 #define TB_SETDISABLEDIMAGELIST (WM_USER + 54)
39 #endif
40 #ifndef TB_GETDISABLEDIMAGELIST
41 #define TB_GETDISABLEDIMAGELIST (WM_USER + 55)
42 #endif
43 #ifndef TB_SETPADDING
44 #define TB_SETPADDING   (WM_USER + 87)
45 #endif
46 #ifndef TBSTYLE_FLAT
47 #define TBSTYLE_FLAT 0x800
48 #endif
49 #ifndef TCS_BOTTOM
50 #define TCS_BOTTOM 0x0002
51 #endif
52 #ifndef TCS_VERTICAL
53 #define TCS_VERTICAL 0x0080
54 #endif
55 #ifndef PBS_SMOOTH
56 #define PBS_SMOOTH              0x01
57 #endif
58
59 #ifndef ICC_BAR_CLASSES
60 #define ICC_BAR_CLASSES 4
61 #endif
62
63 #endif                          /* INCLUDED_syscommctrl_h_ */