Ignore:
Timestamp:
Mar 17, 2000, 6:13:26 PM (25 years ago)
Author:
cbratschi
Message:

trackbar buddy fix, tooltip enhancements

File:
1 edited

Legend:

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

    r2895 r3145  
    1 /* $Id: CCBase.h,v 1.3 2000-02-25 17:00:15 cbratschi Exp $ */
     1/* $Id: CCBase.h,v 1.4 2000-03-17 17:13:22 cbratschi Exp $ */
    22/*
    33 * COMCTL32 Base Functions and Macros for all Controls
     
    1717  BOOL  fUnicode;      //Unicode flag
    1818  UINT  uNotifyFormat; //notify format
     19  HWND  hwndNotify;    //notify window
    1920} COMCTL32_HEADER;
    2021
     
    2829BOOL isUnicodeNotify(HWND hwnd);
    2930
     31HWND getNotifyWindow(COMCTL32_HEADER *infoPtr);
     32HWND getNotifyWindow(COMCTL32_HEADER *infoPtr);
     33
    3034LRESULT sendNotify(HWND hwnd,UINT code);
    3135LRESULT sendNotify(HWND hwnd,UINT code,LPNMHDR nmhdr);
    3236LRESULT sendNotifyFormat(HWND hwnd,HWND hwndFrom,LPARAM command);
    3337LRESULT sendCommand(HWND hwnd,UINT wNotifyCode);
     38LRESULT sendHScroll(HWND hwnd,UINT wNotifyCode);
     39LRESULT sendVScroll(HWND hwnd,UINT wNotifyCode);
    3440
    3541HWND createToolTip(HWND hwnd,UINT flags);
Note: See TracChangeset for help on using the changeset viewer.