Merge branch 'master' of https://github.com/brenca/electron
Conflicts: atom/browser/api/atom_api_window.h atom/browser/native_window.cc
This commit is contained in:
commit
3dd3fd9200
5 changed files with 56 additions and 16 deletions
|
@ -138,8 +138,10 @@ class Window : public mate::TrackableObject<Window>,
|
|||
void SetMenuBarVisibility(bool visible);
|
||||
bool IsMenuBarVisible();
|
||||
void SetAspectRatio(double aspect_ratio, mate::Arguments* args);
|
||||
|
||||
void SendKeyboardEvent(v8::Isolate* isolate, const mate::Dictionary& data);
|
||||
void SendMouseEvent(v8::Isolate* isolate, const mate::Dictionary& data);
|
||||
void SetOffscreenRender(bool isOffscreen);
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
void ShowDefinitionForSelection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue