Implement 'right-clicked' tray event on OS X.
This commit is contained in:
parent
e54fda6b34
commit
cca4f4abd5
6 changed files with 24 additions and 6 deletions
|
@ -60,6 +60,10 @@ void Tray::OnBalloonClosed() {
|
|||
Emit("balloon-closed");
|
||||
}
|
||||
|
||||
void Tray::OnRightClicked(const gfx::Rect& bounds) {
|
||||
Emit("right-clicked", bounds);
|
||||
}
|
||||
|
||||
bool Tray::IsDestroyed() const {
|
||||
return !tray_icon_;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue