Rename bounds -> rectangle

This commit is contained in:
Samuel Attard 2016-10-08 13:09:31 +11:00
parent f80e81bf9f
commit 4d49156dac
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
14 changed files with 31 additions and 31 deletions

View file

@ -70,7 +70,7 @@ The `Tray` module emits the following events:
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `bounds` [Bounds](structures/bounds.md) - The bounds of tray icon
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon
Emitted when the tray icon is clicked.
@ -81,7 +81,7 @@ Emitted when the tray icon is clicked.
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `bounds` [Bounds](structures/bounds.md) - The bounds of tray icon
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon
Emitted when the tray icon is right clicked.
@ -92,7 +92,7 @@ Emitted when the tray icon is right clicked.
* `shiftKey` Boolean
* `ctrlKey` Boolean
* `metaKey` Boolean
* `bounds` [Bounds](structures/bounds.md) - The bounds of tray icon
* `bounds` [Rectangle](structures/rectangle.md) - The bounds of tray icon
Emitted when the tray icon is double clicked.
@ -231,7 +231,7 @@ Sets the context menu for this icon.
#### `tray.getBounds()` _macOS_ _Windows_
Returns [`Bounds`](structures/bounds.md)
Returns [`Rectangle`](structures/rectangle.md)
The `bounds` of this tray icon as `Object`.