Add BrowserWindow.prototype.setThumbnailToolTip

This commit is contained in:
Milan Burda 2016-08-07 19:23:42 +02:00
parent a432fb0c34
commit a6125c538e
5 changed files with 28 additions and 1 deletions

View file

@ -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)