Implement 'right-clicked' tray event on OS X.

This commit is contained in:
Haojian Wu 2015-07-15 19:23:12 +08:00
parent e54fda6b34
commit cca4f4abd5
6 changed files with 24 additions and 6 deletions

View file

@ -46,6 +46,7 @@ class Tray : public mate::EventEmitter,
void OnBalloonShow() override;
void OnBalloonClicked() override;
void OnBalloonClosed() override;
void OnRightClicked(const gfx::Rect&) override;
// mate::Wrappable:
bool IsDestroyed() const override;