add mouse-enter and mouse-exit events for tray
This commit is contained in:
parent
a6ea316a5d
commit
8dbb8ccbab
7 changed files with 48 additions and 1 deletions
|
@ -83,6 +83,8 @@ class TrayIcon {
|
|||
void NotifyDragEntered();
|
||||
void NotifyDragExited();
|
||||
void NotifyDragEnded();
|
||||
void NotifyMouseEntered();
|
||||
void NotifyMouseExited();
|
||||
|
||||
protected:
|
||||
TrayIcon();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue