Changeset 3143 for trunk/include/win/commctrl.h
- Timestamp:
- Mar 17, 2000, 6:10:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r2894 r3143 1 /* $Id: commctrl.h,v 1.2 3 2000-02-25 16:58:32cbratschi Exp $ */1 /* $Id: commctrl.h,v 1.24 2000-03-17 17:10:51 cbratschi Exp $ */ 2 2 /* 3 3 * Common controls definitions … … 1252 1252 1253 1253 #define TOOLTIPS_CLASS16 "tooltips_class" 1254 #define TOOLTIPS_CLASSA "tooltips_class32"1254 #define TOOLTIPS_CLASSA "tooltips_class32" 1255 1255 #define TOOLTIPS_CLASS32W L"tooltips_class32" 1256 1256 #define TOOLTIPS_CLASS WINELIB_NAME_AW(TOOLTIPS_CLASS) … … 1272 1272 #define TTF_TRANSPARENT 0x0100 1273 1273 #define TTF_DI_SETITEM 0x8000 /* valid only on the TTN_NEEDTEXT callback */ 1274 1274 //CB: Odin only position flags (TTF_ABSOLUTE must be set) 1275 #define TTF_ALIGNRIGHT 0x00000000 1276 #define TTF_ALIGNLEFT 0x10000000 1277 #define TTF_HCENTER 0x20000000 1278 #define TTF_ALIGNBOTTOM 0x00000000 1279 #define TTF_ALIGNTOP 0x40000000 1280 #define TTF_VCENTER 0x80000000 1281 #define TTF_ALIGNMASK 0xF0000000 1275 1282 1276 1283 #define TTDT_AUTOMATIC 0
Note:
See TracChangeset
for help on using the changeset viewer.