Add BrowserWindow.isDevToolsFocused

This commit is contained in:
Cheng Zhao 2015-09-15 11:27:32 +08:00
parent 97857aa152
commit b72a5884f2
4 changed files with 11 additions and 0 deletions

View file

@ -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);