projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccee3e1
)
Add properties as sub-list
author
Kevin Sawicki
<kevinsawicki@gmail.com>
Thu, 14 Jul 2016 23:02:06 +0000
(16:02 -0700)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Thu, 14 Jul 2016 23:02:06 +0000
(16:02 -0700)
docs/api/browser-window.md
patch
|
blob
|
history
diff --git
a/docs/api/browser-window.md
b/docs/api/browser-window.md
index c7ed4aa3d2b21bdfa84e55003f54da322054a8ff..674b0842850f20934f6a3261af6b5e1b1baae98d 100644
(file)
--- a/
docs/api/browser-window.md
+++ b/
docs/api/browser-window.md
@@
-987,7
+987,11
@@
The `flags` is an array that can include following `String`s:
#### `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
hovering over the window in the taskbar.