add mouse-enter and mouse-exit events for tray

This commit is contained in:
Shubham 2017-06-14 18:00:29 -04:00
parent a6ea316a5d
commit 8dbb8ccbab
7 changed files with 48 additions and 1 deletions

View file

@ -83,6 +83,8 @@ class TrayIcon {
void NotifyDragEntered();
void NotifyDragExited();
void NotifyDragEnded();
void NotifyMouseEntered();
void NotifyMouseExited();
protected:
TrayIcon();