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:
c7d0da2
)
:memo: Menu.setApplicationMenu is not OS X only.
author
Cheng Zhao
<zcbenz@gmail.com>
Fri, 30 May 2014 01:02:21 +0000
(09:02 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Fri, 30 May 2014 01:03:29 +0000
(09:03 +0800)
docs/api/menu.md
patch
|
blob
|
history
diff --git
a/docs/api/menu.md
b/docs/api/menu.md
index
abb4262
..
54825d6
100644
(file)
--- a/
docs/api/menu.md
+++ b/
docs/api/menu.md
@@
-151,9
+151,8
@@
Creates a new menu.
* `menu` Menu
-Sets `menu` as the application menu.
-
-**Note:** This method is OS X only.
+Sets `menu` as the application menu on OS X. On Windows and Linux, the `menu`
+will be set as each window's top menu.
### Class Method: Menu.sendActionToFirstResponder(action)