Ignore:
Timestamp:
Nov 3, 2009, 2:39:49 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

3rdparty: os2/xsystray: Added new xstReplaceSysTrayIcon() API call, implemented xstSetSysTrayIconToolTip() API call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/xsystray.h

    r281 r282  
    4747    SYSTRAYCMD_GETVERSION,
    4848    SYSTRAYCMD_ADDICON,
     49
    4950    SYSTRAYCMD_REMOVEICON,
    5051    SYSTRAYCMD_SETTOOLTIP,
     
    7475                // command to execute, must always be set
    7576    HWND        hwndSender;
    76                 // sender window, a must for SYSTRAYCMD_ADDICON, REMOVEICON,
    77                 // SETTOOLTIP, SHOWBALLOON, HIDEBALLOON
     77                // sender window, a must for SYSTRAYCMD_ADDICON, EICON,
     78                // HIDEBALLOON
    7879    union
    7980    {
     
    9091            USHORT      usId;
    9192            HPOINTER    hIcon;
     93
    9294            ULONG       ulMsgId;
    9395        } icon;
    94           // used by SYSTRAYCMD_ADDICON, SYSTRAYCMD_REMOVEICON
    95 
    96         struct
    97         {
    98             USHORT  usId;
    99             CHAR    szText[512];
    100         } tooltip;
    101 
     96          // used by SYSTRAYCMD_ADDICON, _CHANGEICON, _REMOVEICON, _SETTOOLTIP
    10297    } u;
    10398
Note: See TracChangeset for help on using the changeset viewer.