Add support for dropped text in osx
This commit is contained in:
parent
43e9f30b21
commit
90f8a7e828
7 changed files with 27 additions and 1 deletions
|
@ -53,6 +53,7 @@ class Tray : public mate::TrackableObject<Tray>,
|
|||
void OnBalloonClosed() override;
|
||||
void OnDrop() override;
|
||||
void OnDropFiles(const std::vector<std::string>& files) override;
|
||||
void OnDropText(const std::string& text) override;
|
||||
void OnDragEntered() override;
|
||||
void OnDragExited() override;
|
||||
void OnDragEnded() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue