win: Add "balloon-show" and "balloon-closed" events

This commit is contained in:
Cheng Zhao 2014-11-28 19:42:57 +08:00
parent ee3fa67c48
commit 9f99209733
8 changed files with 31 additions and 8 deletions

View file

@ -52,7 +52,9 @@ class TrayIcon {
void RemoveObserver(TrayIconObserver* obs) { observers_.RemoveObserver(obs); }
void NotifyClicked();
void NotifyDoubleClicked();
void NotifyBalloonShow();
void NotifyBalloonClicked();
void NotifyBalloonClosed();
protected:
TrayIcon();