Add BrowserWindow.prototype.setThumbnailToolTip
This commit is contained in:
parent
a432fb0c34
commit
a6125c538e
5 changed files with 28 additions and 1 deletions
|
@ -180,6 +180,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
void UnhookWindowMessage(UINT message);
|
||||
void UnhookAllWindowMessages();
|
||||
bool SetThumbnailClip(const gfx::Rect& region);
|
||||
bool SetThumbnailToolTip(const std::string& tooltip);
|
||||
#endif
|
||||
|
||||
#if defined(TOOLKIT_VIEWS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue