Added BrowserWindow.setAppDetails to set user model id, icon and relaunch command
This commit is contained in:
parent
d6e3360aef
commit
ac9e0b458d
2 changed files with 23 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue