win: Add "balloon-show" and "balloon-closed" events
This commit is contained in:
parent
ee3fa67c48
commit
9f99209733
8 changed files with 31 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue