Added BrowserWindow.setAppDetails to set user model id, icon and relaunch command

This commit is contained in:
Tereza Tomcova 2016-11-12 17:21:31 +01:00
parent d6e3360aef
commit ac9e0b458d
2 changed files with 23 additions and 0 deletions

View file

@ -187,6 +187,7 @@ class Window : public mate::TrackableObject<Window>,
void UnhookAllWindowMessages();
bool SetThumbnailClip(const gfx::Rect& region);
bool SetThumbnailToolTip(const std::string& tooltip);
void SetAppDetails(const mate::Dictionary& options);
#endif
#if defined(TOOLKIT_VIEWS)