mac: Add APIs on setting icon in titlebar.
This commit is contained in:
parent
2f5dfb1dc7
commit
a7b730654c
7 changed files with 44 additions and 0 deletions
|
@ -101,6 +101,8 @@ class Window : public mate::EventEmitter,
|
|||
void BlurWebView();
|
||||
bool IsWebViewFocused();
|
||||
void CapturePage(mate::Arguments* args);
|
||||
void SetRepresentedFilename(const std::string& filename);
|
||||
void SetDocumentEdited(bool edited);
|
||||
|
||||
// APIs for WebContents.
|
||||
mate::Handle<WebContents> GetWebContents(v8::Isolate* isolate) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue