Pass bounds in clicked event of tray
This commit is contained in:
parent
a53b1f7edf
commit
f5cf3556b1
6 changed files with 14 additions and 12 deletions
|
@ -41,7 +41,7 @@ class Tray : public mate::EventEmitter,
|
|||
virtual ~Tray();
|
||||
|
||||
// TrayIconObserver:
|
||||
void OnClicked(const gfx::Point&) override;
|
||||
void OnClicked(const gfx::Rect&) override;
|
||||
void OnDoubleClicked() override;
|
||||
void OnBalloonShow() override;
|
||||
void OnBalloonClicked() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue