Changeset 178 for trunk/include
- Timestamp:
- Jun 20, 2002, 10:46:29 PM (23 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 4 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 -
trunk/include/helpers/dialog.h
r168 r178 261 261 #define DEFAULT_TABLE_WIDTH 150 262 262 263 #define MSGBOX_TEXTWIDTH 200 264 263 265 // the following require INCL_WINSTATICS 264 266 -
trunk/include/helpers/gpih.h
r167 r178 338 338 typedef GPIHSTRETCHBITMAP *PGPIHSTRETCHBITMAP; 339 339 340 BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem,340 /* BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem, 341 341 HPOINTER hptr, 342 342 LONG lBkgndColor, 343 343 PPOINTL pptlLowerLeft, 344 ULONG ulIconSize); 344 ULONG ulIconSize); */ 345 346 BOOL gpihDrawPointer(HPS hps, 347 LONG x, 348 LONG y, 349 HPOINTER hptr, 350 PSIZEL pszlIcon, 351 PRECTL prclClip, 352 ULONG fl); 345 353 346 354 /* ****************************************************************** -
trunk/include/helpers/stringh.h
r161 r178 133 133 PSZ XWPENTRY strhFindNextLine(PSZ pszSearchIn, PULONG pulOffset); 134 134 135 BOOL XWPENTRY strhBeautifyTitle(PSZ psz); 135 ULONG XWPENTRY strhBeautifyTitle(PSZ psz); 136 137 ULONG strhBeautifyTitle2(PSZ pszTarget, 138 PCSZ pcszSource); 136 139 137 140 PSZ XWPENTRY strhFindAttribValue(const char *pszSearchIn, const char *pszAttrib);
Note:
See TracChangeset
for help on using the changeset viewer.