ReactOS
0.4.15-dev-4614-ga5a6101
|
#include <window.h>
Public Member Functions | |
TrayIcon (HWND hparent, UINT id) | |
~TrayIcon () | |
void | Add (HICON hIcon, LPCTSTR tooltip=NULL) |
void | Modify (HICON hIcon, LPCTSTR tooltip=NULL) |
void | Remove () |
Protected Member Functions | |
void | Set (DWORD dwMessage, UINT id, HICON hIcon, LPCTSTR tooltip=NULL) |
Protected Attributes | |
HWND | _hparent |
UINT | _id |
Definition at line 999 of file window.h.
Definition at line 1002 of file window.h.
|
inline |
|
inlineprotected |
Definition at line 1020 of file window.h.
|
protected |
|
protected |