Defines | |
| #define | WM_TRAYMSG WM_USER+1 |
Functions | |
| LRESULT CALLBACK | TrayProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| HWND | CreateTrayWindow (HINSTANCE hInstance) |
| BOOL | TraySetIcon (HWND hwnd, UINT uID, HICON hicon) |
| BOOL | TrayAddIcon (HWND hwnd, UINT uID, HICON hicon, const char *pszToolTip) |
| BOOL | TrayDeleteIcon (HWND hwnd, UINT uID) |
Variables | |
| const char | w32taskbar_rcs [] = "$Id: w32taskbar.c,v 2.1 2002/06/04 16:37:48 jongfoster Exp $" |
| const char | w32taskbar_h_rcs [] = W32TASKBAR_H_VERSION |
| HMENU | g_hmenuTray |
| HWND | g_hwndTrayX |
Revision 2.0 2002/06/04 14:34:21 jongfoster Moving source files to src/
Revision 1.7 2002/03/31 17:19:00 jongfoster Win32 only: Enabling STRICT to fix a VC++ compile warning.
Revision 1.6 2002/03/26 22:57:10 jongfoster Web server name should begin www.
Revision 1.5 2002/03/24 12:03:47 jongfoster Name change
Revision 1.4 2001/11/16 00:46:31 jongfoster Fixing compiler warnings
Revision 1.3 2001/05/22 18:56:28 oes CRLF -> LF
Revision 1.2 2001/05/20 15:07:54 jongfoster File is now ignored if _WIN_CONSOLE is defined.
Revision 1.1.1.1 2001/05/15 13:59:08 oes Initial import of version 2.9.3 source tree
|
|
Our custom message ID.
|
|
|
Creates and returns the invisible window responsible for processing tray messages.
|
|
||||||||||||||||||||
|
Adds a tray icon.
|
|
||||||||||||
|
Deletes a tray icon.
|
|
||||||||||||||||||||
|
Call back procedure processes tray messages.
|
|
||||||||||||||||
|
Sets the tray icon to the specified shape.
|
|
|
The menu handle for the tray icon's pop-up menu.
|
|
|
The invisible window responsible for processing tray messages.
|
|
|
Version information about w32taskbar.h.
|
|
|
Version information about w32taskbar.c.
|
1.2.15