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
|
@ -71,6 +71,10 @@ void NotifyIcon::HandleClickEvent(const gfx::Point& cursor_pos,
|
|||
ui::MENU_SOURCE_MOUSE));
|
||||
}
|
||||
|
||||
void NotifyIcon::HandleBalloonClickEvent() {
|
||||
NotifyBalloonClicked();
|
||||
}
|
||||
|
||||
void NotifyIcon::ResetIcon() {
|
||||
NOTIFYICONDATA icon_data;
|
||||
InitIconData(&icon_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue