Add properties as sub-list

This commit is contained in:
Kevin Sawicki 2016-07-14 16:02:06 -07:00
parent ccee3e1fc2
commit f4a160d0fb

View file

@ -987,7 +987,11 @@ The `flags` is an array that can include following `String`s:
#### `win.setThumbnailClip(region)` _Windows_ #### `win.setThumbnailClip(region)` _Windows_
* `region` - Object with `x`, `y`, `width`, and `height` properties. * `region` - Object
* `x` Integer - x-position of region
* `y` Integer - y-position of region
* `width` Integer - width of region
* `height` Integer - height of region
Sets the region of the window to show as the thumbnail image displayed when Sets the region of the window to show as the thumbnail image displayed when
hovering over the window in the taskbar. hovering over the window in the taskbar.