Ignore:
Timestamp:
Mar 13, 2001, 1:20:46 PM (24 years ago)
Author:
umoeller
Message:

misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_tooltip.c

    r29 r47  
    967967             *          of the window that contains the area, and the "rect" member must
    968968             *          specify the client coordinates of the area's bounding
    969              *          rectangle. ### not implemented yet
     969             *          rectangle.
    970970             *
    971971             *      --  When you add a tool implemented as a window, the "hwndTool"
     
    988988             *
    989989             *      To retrieve the text for a tool, use the TTM_GETTEXT message.
     990             *
     991             *@@todo: add tool rectangles
    990992             */
    991993
     
    12861288             *      Additional note: On input, if TOOLINFO.lpszText == PSZ_TEXTCALLBACK,
    12871289             *      this sends the TTN_NEEDTEXT notification to TOOLINFO.hwnd.
     1290             *
     1291             *@@todo add TTFMT_STRINGRES
    12881292             */
    12891293
     
    13181322
    13191323                        case TTFMT_STRINGRES:
    1320                             // ### not supported yet
     1324
    13211325                        break;
    13221326                    }
Note: See TracChangeset for help on using the changeset viewer.