Ignore:
Timestamp:
Feb 16, 2000, 6:22:19 PM (26 years ago)
Author:
cbratschi
Message:

treeview: finished soon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/tooltips.c

    r2635 r2806  
    1 /* $Id: tooltips.c,v 1.20 2000-02-04 17:02:09 cbratschi Exp $ */
     1/* $Id: tooltips.c,v 1.21 2000-02-16 17:22:18 cbratschi Exp $ */
    22/*
    33 * Tool tip control
     
    8585    {
    8686      /* load a resource */
    87 //    TRACE (tooltips,"load res string %x %x\n",toolPtr->hinst,(int)toolPtr->lpszText);
     87
    8888      LoadStringW(toolPtr->hinst,(UINT)toolPtr->lpszText,infoPtr->szTipText,INFOTIPSIZE);
    8989    } else if (toolPtr->lpszText)
     
    101101        ttnmdi.uFlags = toolPtr->uFlags;
    102102        ttnmdi.lParam = toolPtr->lParam;
    103         //          TRACE (tooltips, "hdr.idFrom = %x\n", ttnmdi.hdr.idFrom);
    104103        SendMessageA (toolPtr->hwnd,WM_NOTIFY,(WPARAM)toolPtr->uId,(LPARAM)&ttnmdi);
    105104
     
    138137        } else
    139138        {
    140 //        ERR (tooltips, "recursive text callback!\n");
     139          //ERR (tooltips, "recursive text callback!\n");
    141140          infoPtr->szTipText[0] = '\0';
    142141        }
Note: See TracChangeset for help on using the changeset viewer.