mac: Add tray.getBounds() API
This commit is contained in:
parent
9993aab5b1
commit
db98e256f2
6 changed files with 29 additions and 11 deletions
|
@ -65,6 +65,7 @@ class Tray : public mate::TrackableObject<Tray>,
|
|||
void DisplayBalloon(mate::Arguments* args, const mate::Dictionary& options);
|
||||
void PopUpContextMenu(mate::Arguments* args);
|
||||
void SetContextMenu(v8::Isolate* isolate, mate::Handle<Menu> menu);
|
||||
gfx::Rect GetBounds();
|
||||
|
||||
private:
|
||||
v8::Local<v8::Object> ModifiersToObject(v8::Isolate* isolate, int modifiers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue