Ignore:
Timestamp:
Aug 11, 2002, 7:07:59 PM (23 years ago)
Author:
umoeller
Message:

Major work on textview control and dialogs.

File:
1 edited

Legend:

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

    r198 r201  
    430430            id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING, pctldata }
    431431
     432    // the following require #include helpers\textview.h
     433
     434    #define CONTROLDEF_XTEXTVIEW(text, id, cx, pctldata) { WC_XTEXTVIEW, text, \
     435            WS_VISIBLE | XS_STATIC | XS_WORDWRAP, \
     436            id, CTL_COMMON_FONT, 0, {cx, SZL_AUTOSIZE}, COMMON_SPACING, pctldata }
     437
     438    #define CONTROLDEF_XTEXTVIEW_HTML(text, id, cx, pctldata) { WC_XTEXTVIEW, text, \
     439            WS_VISIBLE | XS_STATIC | XS_WORDWRAP | XS_HTML, \
     440            id, CTL_COMMON_FONT, 0, {cx, SZL_AUTOSIZE}, COMMON_SPACING, pctldata }
     441
    432442    /* ******************************************************************
    433443     *
Note: See TracChangeset for help on using the changeset viewer.