Ignore:
Timestamp:
Mar 30, 2000, 5:39:10 PM (25 years ago)
Author:
cbratschi
Message:

treeview info tip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/CCBase.h

    r3182 r3280  
    1 /* $Id: CCBase.h,v 1.6 2000-03-21 17:30:40 cbratschi Exp $ */
     1/* $Id: CCBase.h,v 1.7 2000-03-30 15:39:09 cbratschi Exp $ */
    22/*
    33 * COMCTL32 Base Functions and Macros for all Controls
     
    3333
    3434LRESULT sendNotify(HWND hwnd,UINT code);
     35LRESULT sendNotify(HWND hwndFrom,HWND hwndTo,UINT code);
    3536LRESULT sendNotify(HWND hwnd,UINT code,LPNMHDR nmhdr);
     37LRESULT sendNotify(HWND hwndFrom,HWND hwndTo,UINT code,LPNMHDR nmhdr);
    3638LRESULT sendNotifyFormat(HWND hwnd,HWND hwndFrom,LPARAM command);
    3739LRESULT sendCommand(HWND hwnd,UINT wNotifyCode);
     
    4446VOID drawStubControl(HWND hwnd,HDC hdc);
    4547
     48INT lstrcmpAtoW(CHAR* textA,WCHAR* textW);
     49
    4650#endif
Note: See TracChangeset for help on using the changeset viewer.