Add BrowserWindow.isDevToolsFocused
This commit is contained in:
parent
97857aa152
commit
b72a5884f2
4 changed files with 11 additions and 0 deletions
|
@ -124,6 +124,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
void FocusOnWebView();
|
||||
void BlurWebView();
|
||||
bool IsWebViewFocused();
|
||||
bool IsDevToolsFocused();
|
||||
void SetRepresentedFilename(const std::string& filename);
|
||||
std::string GetRepresentedFilename();
|
||||
void SetDocumentEdited(bool edited);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue