arguments handing rewritten, doc updated

This commit is contained in:
evgenyzinoviev 2016-01-15 17:31:31 +01:00
parent f93d890874
commit b75dccb0be
9 changed files with 30 additions and 50 deletions

View file

@ -450,14 +450,14 @@ height areas you have within the overall content view.
### `win.setBounds(options[, animate])`
`options` Object, properties:
* `options` Object, properties:
* `x` Integer
* `y` Integer
* `width` Integer
* `height` Integer
* `x` Integer
* `y` Integer
* `width` Integer
* `height` Integer
`animate` Boolean (optional) _OS X_
* `animate` Boolean (optional) _OS X_
Resizes and moves the window to `width`, `height`, `x`, `y`.