gtk: Add dummy implementation of Menu.

This commit is contained in:
Cheng Zhao 2014-02-14 13:41:20 +00:00
parent 521fb7d54c
commit 426e7645bc
4 changed files with 65 additions and 1 deletions

View file

@ -69,7 +69,7 @@ class Menu : public EventEmitter,
static void Popup(const v8::FunctionCallbackInfo<v8::Value>& args);
#if defined(OS_WIN)
#if defined(OS_WIN) || defined(TOOLKIT_GTK)
static void AttachToWindow(const v8::FunctionCallbackInfo<v8::Value>& args);
#elif defined(OS_MACOSX)
static void SetApplicationMenu(