Changeset 47 for trunk/src/helpers/cctl_tooltip.c
- Timestamp:
- Mar 13, 2001, 1:20:46 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_tooltip.c
r29 r47 967 967 * of the window that contains the area, and the "rect" member must 968 968 * specify the client coordinates of the area's bounding 969 * rectangle. ### not implemented yet969 * rectangle. 970 970 * 971 971 * -- When you add a tool implemented as a window, the "hwndTool" … … 988 988 * 989 989 * To retrieve the text for a tool, use the TTM_GETTEXT message. 990 * 991 *@@todo: add tool rectangles 990 992 */ 991 993 … … 1286 1288 * Additional note: On input, if TOOLINFO.lpszText == PSZ_TEXTCALLBACK, 1287 1289 * this sends the TTN_NEEDTEXT notification to TOOLINFO.hwnd. 1290 * 1291 *@@todo add TTFMT_STRINGRES 1288 1292 */ 1289 1293 … … 1318 1322 1319 1323 case TTFMT_STRINGRES: 1320 // ### not supported yet 1324 1321 1325 break; 1322 1326 }
Note:
See TracChangeset
for help on using the changeset viewer.