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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/tooltips.h

    r3143 r3152  
    1 /* $Id: tooltips.h,v 1.2 2000-03-17 17:10:53 cbratschi Exp $ */
     1/* $Id: tooltips.h,v 1.3 2000-03-18 16:10:57 cbratschi Exp $ */
    22
    33/*
     
    3333typedef struct tagTOOLTIPS_INFO
    3434{
    35     WCHAR      szTipText[INFOTIPSIZE];
     35    COMCTL32_HEADER header;
     36
     37    WCHAR    szTipText[INFOTIPSIZE];
    3638    BOOL     bActive;
    3739    BOOL     bTrackActive;
    3840    UINT     uNumTools;
    39     COLORREF   clrBk;
    40     COLORREF   clrText;
     41    COLORREF clrBk;
     42    COLORREF clrText;
    4143    HFONT    hFont;
    4244    INT      xTrackPos;
Note: See TracChangeset for help on using the changeset viewer.