Add BrowserWindow.prototype.setThumbnailToolTip
This commit is contained in:
parent
a432fb0c34
commit
a6125c538e
5 changed files with 28 additions and 1 deletions
|
@ -1041,6 +1041,13 @@ hovering over the window in the taskbar. You can reset the thumbnail to be
|
|||
the entire window by specifying an empty region:
|
||||
`{x: 0, y: 0, width: 0, height: 0}`.
|
||||
|
||||
#### `win.setThumbnailToolTip(toolTip)` _Windows_
|
||||
|
||||
* `toolTip` String
|
||||
|
||||
Sets the toolTip that is displayed when hovering over the window thumbnail
|
||||
in the taskbar.
|
||||
|
||||
#### `win.showDefinitionForSelection()` _macOS_
|
||||
|
||||
Same as `webContents.showDefinitionForSelection()`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue