Changeset 198 for trunk/include/helpers/dialog.h
- Timestamp:
- Aug 10, 2002, 12:02:52 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dialog.h
r197 r198 298 298 id, CTL_COMMON_FONT, 0, {cx, SZL_AUTOSIZE}, COMMON_SPACING } 299 299 300 #define CONTROLDEF_TEXT_WORDBREAK_CY(pcsz, id, cx, cy) { WC_STATIC, pcsz, \ 301 WS_VISIBLE | SS_TEXT | DT_LEFT | DT_TOP | DT_WORDBREAK, \ 302 id, CTL_COMMON_FONT, 0, {cx, cy}, COMMON_SPACING } 303 300 304 #define LOADDEF_TEXT_WORDBREAK(id, cx) CONTROLDEF_TEXT_WORDBREAK(LOAD_STRING, id, cx) 301 305
Note:
See TracChangeset
for help on using the changeset viewer.