Tray: Add drag-entered and drag-exited events
This commit is contained in:
parent
5b0ea5bd46
commit
818892d474
6 changed files with 27 additions and 0 deletions
|
@ -62,6 +62,8 @@ class TrayIcon {
|
|||
void NotifyRightClicked(const gfx::Rect& bounds = gfx::Rect(),
|
||||
int modifiers = 0);
|
||||
void NotifyDropFiles(const std::vector<std::string>& files);
|
||||
void TrayIcon::NotifyDragEntered();
|
||||
void TrayIcon::NotifyDragExited();
|
||||
|
||||
protected:
|
||||
TrayIcon();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue