mac: Add BrowserWindow.getRepresentedFilename API, fixes #460.
This commit is contained in:
parent
301706b7d6
commit
acb8b7771e
7 changed files with 20 additions and 0 deletions
|
@ -135,6 +135,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
virtual void SetKiosk(bool kiosk) = 0;
|
||||
virtual bool IsKiosk() = 0;
|
||||
virtual void SetRepresentedFilename(const std::string& filename);
|
||||
virtual std::string GetRepresentedFilename();
|
||||
virtual void SetDocumentEdited(bool edited);
|
||||
virtual void SetMenu(ui::MenuModel* menu);
|
||||
virtual bool HasModalDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue