Changeset 1056 for trunk/include/winconst.h
- Timestamp:
- Sep 26, 1999, 12:09:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r1045 r1056 1 /* $Id: winconst.h,v 1. 8 1999-09-25 15:09:18 cbratschiExp $ */1 /* $Id: winconst.h,v 1.9 1999-09-26 10:09:25 sandervl Exp $ */ 2 2 3 3 /* … … 198 198 #define SW_MAX_W 10 199 199 #define SW_NORMALNA_W 0xCC /* undoc. flag in MinMaximize */ 200 201 202 /* scroll messages */ 203 #define WM_HSCROLL_W 0x0114 204 #define WM_VSCROLL_W 0x0115 205 206 /* WM_H/VSCROLL commands */ 207 #define SB_LINEUP_W 0 208 #define SB_LINELEFT_W 0 209 #define SB_LINEDOWN_W 1 210 #define SB_LINERIGHT_W 1 211 #define SB_PAGEUP_W 2 212 #define SB_PAGELEFT_W 2 213 #define SB_PAGEDOWN_W 3 214 #define SB_PAGERIGHT_W 3 215 #define SB_THUMBPOSITION_W 4 216 #define SB_THUMBTRACK_W 5 217 #define SB_TOP_W 6 218 #define SB_LEFT_W 6 219 #define SB_BOTTOM_W 7 220 #define SB_RIGHT_W 7 221 #define SB_ENDSCROLL_W 8
Note:
See TracChangeset
for help on using the changeset viewer.