gtk: Add dummy implementation of Menu.
This commit is contained in:
parent
521fb7d54c
commit
426e7645bc
4 changed files with 65 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue