win: Add "balloon-clicked" event for Tray
This commit is contained in:
parent
8097cb2b9e
commit
210c97f957
8 changed files with 22 additions and 0 deletions
|
@ -52,6 +52,7 @@ class TrayIcon {
|
|||
void RemoveObserver(TrayIconObserver* obs) { observers_.RemoveObserver(obs); }
|
||||
void NotifyClicked();
|
||||
void NotifyDoubleClicked();
|
||||
void NotifyBalloonClicked();
|
||||
|
||||
protected:
|
||||
TrayIcon();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue