mac: Add "double-clicked" event for Tray.

This commit is contained in:
Cheng Zhao 2014-09-09 19:45:21 +08:00
parent ec1db0c7bb
commit 67cbecaba0
6 changed files with 17 additions and 1 deletions

View file

@ -45,6 +45,7 @@ class TrayIcon {
void AddObserver(TrayIconObserver* obs) { observers_.AddObserver(obs); }
void RemoveObserver(TrayIconObserver* obs) { observers_.RemoveObserver(obs); }
void NotifyClicked();
void NotifyDoubleClicked();
protected:
TrayIcon();