mac: Add Tray.setTitle API, fixes #560.
This commit is contained in:
parent
db8de9e60d
commit
4330d67e0d
6 changed files with 18 additions and 0 deletions
|
@ -41,6 +41,7 @@ class Tray : public mate::EventEmitter,
|
|||
void SetImage(const gfx::ImageSkia& image);
|
||||
void SetPressedImage(const gfx::ImageSkia& image);
|
||||
void SetToolTip(const std::string& tool_tip);
|
||||
void SetTitle(const std::string& title);
|
||||
void SetContextMenu(Menu* menu);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue