Ignore:
Timestamp:
Feb 23, 2000, 6:09:51 PM (26 years ago)
Author:
cbratschi
Message:

C -> C++, WINE animate, treeview WM_VSCROLL fixed

File:
1 edited

Legend:

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

    r2858 r2875  
    1 /* $Id: CCBase.h,v 1.1 2000-02-22 17:11:38 cbratschi Exp $ */
     1/* $Id: CCBase.h,v 1.2 2000-02-23 17:09:40 cbratschi Exp $ */
    22/*
    33 * COMCTL32 Base Functions and Macros for all Controls
     
    2626
    2727LRESULT sendNotify(HWND hwnd,UINT code);
     28LRESULT sendNotify(HWND hwnd,UINT code,LPNMHDR nmhdr);
    2829LRESULT sendNotifyFormat(HWND hwnd,HWND hwndFrom,LPARAM command);
     30LRESULT sendCommand(HWND hwnd,UINT wNotifyCode);
     31
     32HWND createToolTip(HWND hwnd,UINT flags);
     33VOID destroyToolTip(HWND hwndToolTip);
    2934
    3035#endif
Note: See TracChangeset for help on using the changeset viewer.