Changeset 178 for trunk/include/helpers/comctl.h
- Timestamp:
- Jun 20, 2002, 10:46:29 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/comctl.h
r168 r178 560 560 * 561 561 *@@changed V0.9.0: added fields for bitmap support 562 *@@changed V0.9.16 (2001-10-15) [umoeller]: added ulIconSize 562 *@@changed V0.9.16 (2001-10-15) [umoeller]: added lIconSize 563 *@@changed V0.9.19 (2002-06-18) [umoeller]: added szlIcon 563 564 */ 564 565 … … 573 574 // -- ANF_BITMAP: display bitmaps 574 575 // -- ANF_BITMAP | ANF_PROPORTIONAL: display bitmaps, but preserve proportions 575 LONG lIconSize; // system icon size V0.9.16 (2001-10-15) [umoeller]576 SIZEL szlIcon; // system icon size V0.9.19 (2002-06-18) [umoeller] 576 577 RECTL rclIcon; // size of static control 577 578 PFNWP OldStaticProc; // original WC_STATIC wnd proc
Note:
See TracChangeset
for help on using the changeset viewer.