Changeset 206 for trunk/include/helpers/textview.h
- Timestamp:
- Aug 12, 2002, 5:54:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/textview.h
r201 r206 232 232 // CHS_STRIKEOUT flags set 233 233 234 P SZ pszLinkTarget;// if != NULL, pointer to a string in XFORMATDATA.llLinks;234 PCSZ pcszLinkTarget; // if != NULL, pointer to a string in XFORMATDATA.llLinks; 235 235 // the word is then part of a link 236 236 // V0.9.20 (2002-08-10) [umoeller] … … 430 430 * Parameters: 431 431 * 432 * -- USHORT SHORT1FROMMP(mp1): id of the control. 433 * -- USHORT SHORT2FROMMP(mp1): nofify code (TXVN_LINK). 434 * -- const char *mp2: link target. 432 * -- USHORT SHORT1FROMMP(mp1): id of the control. 433 * 434 * -- USHORT SHORT2FROMMP(mp1): nofify code (TXVN_LINK). 435 * 436 * -- const char *mp2: target of the link that the 437 * user clicked on. 435 438 * 436 439 *@@added V0.9.3 (2000-05-18) [umoeller]
Note:
See TracChangeset
for help on using the changeset viewer.