Ignore:
Timestamp:
Jul 16, 2002, 12:48:59 AM (23 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

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

    r178 r188  
    303303            id, CTL_COMMON_FONT, 0, {SZL_AUTOSIZE, SZL_AUTOSIZE}, COMMON_SPACING }
    304304
     305    #define CONTROLDEF_ICON_WIDER(hptr, id) { WC_STATIC, (PCSZ)(hptr), \
     306            WS_VISIBLE | SS_ICON | DT_LEFT | DT_VCENTER, \
     307            id, CTL_COMMON_FONT, 0, {SZL_AUTOSIZE, SZL_AUTOSIZE}, 2 * COMMON_SPACING }
     308
    305309    #define CONTROLDEF_BITMAP(hbm, id) { WC_STATIC, (PCSZ)(hbm), \
    306310            WS_VISIBLE | SS_BITMAP | DT_LEFT | DT_VCENTER, \
Note: See TracChangeset for help on using the changeset viewer.