Changeset 21 for trunk/src/helpers/cctl_tooltip.c
- Timestamp:
- Jan 8, 2001, 6:54:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_tooltip.c
r20 r21 81 81 /* 82 82 *@@category: Helpers\PM helpers\Window classes\Tooltips 83 * See cctl_tooltip.c. 83 84 */ 84 85 … … 1289 1290 // compose values for that msg 1290 1291 TOOLTIPTEXT ttt = {0}; 1291 _Pmpf(("TTM_GETTEXT: PSZ_TEXTCALLBACK "));1292 _Pmpf(("TTM_GETTEXT: PSZ_TEXTCALLBACK... sending TTN_NEEDTEXT")); 1292 1293 ttt.hwndTooltip = hwndTooltip; 1293 1294 ttt.hwndTool = pti->hwndTool; 1294 WinSendMsg(pti->hwndTool ,1295 WinSendMsg(pti->hwndToolOwner, 1295 1296 WM_CONTROL, 1296 1297 MPFROM2SHORT(pttd->ulTooltipID, // tooltip control wnd ID
Note:
See TracChangeset
for help on using the changeset viewer.