Changeset 178 for trunk/include


Ignore:
Timestamp:
Jun 20, 2002, 10:46:29 PM (23 years ago)
Author:
umoeller
Message:

More pager fixes.

Location:
trunk/include/helpers
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/comctl.h

    r168 r178  
    560560     *
    561561     *@@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
    563564     */
    564565
     
    573574                // -- ANF_BITMAP: display bitmaps
    574575                // -- 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]
    576577        RECTL       rclIcon;            // size of static control
    577578        PFNWP       OldStaticProc;      // original WC_STATIC wnd proc
  • trunk/include/helpers/dialog.h

    r168 r178  
    261261    #define DEFAULT_TABLE_WIDTH             150
    262262
     263    #define MSGBOX_TEXTWIDTH                200
     264
    263265    // the following require INCL_WINSTATICS
    264266
  • trunk/include/helpers/gpih.h

    r167 r178  
    338338    typedef GPIHSTRETCHBITMAP *PGPIHSTRETCHBITMAP;
    339339
    340     BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem,
     340    /* BOOL XWPENTRY gpihIcon2Bitmap(HPS hpsMem,
    341341                                  HPOINTER hptr,
    342342                                  LONG lBkgndColor,
    343343                                  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);
    345353
    346354    /* ******************************************************************
  • trunk/include/helpers/stringh.h

    r161 r178  
    133133    PSZ XWPENTRY strhFindNextLine(PSZ pszSearchIn, PULONG pulOffset);
    134134
    135     BOOL XWPENTRY strhBeautifyTitle(PSZ psz);
     135    ULONG XWPENTRY strhBeautifyTitle(PSZ psz);
     136
     137    ULONG strhBeautifyTitle2(PSZ pszTarget,
     138                             PCSZ pcszSource);
    136139
    137140    PSZ XWPENTRY strhFindAttribValue(const char *pszSearchIn, const char *pszAttrib);
Note: See TracChangeset for help on using the changeset viewer.