setApplicationMenu and sendActionToFirstResponder are Mac only.
This commit is contained in:
parent
c5884bf273
commit
84c320ea7f
2 changed files with 4 additions and 0 deletions
|
@ -374,9 +374,11 @@ void Menu::Initialize(v8::Handle<v8::Object> target) {
|
|||
|
||||
target->Set(v8::String::NewSymbol("Menu"), t->GetFunction());
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
NODE_SET_METHOD(target, "setApplicationMenu", SetApplicationMenu);
|
||||
NODE_SET_METHOD(
|
||||
target, "sendActionToFirstResponder", SendActionToFirstResponder);
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue