Add BrowserWindow.prototype.setIgnoreFocus
This commit is contained in:
parent
c68ca16148
commit
7a1d1ee0ea
8 changed files with 32 additions and 0 deletions
|
@ -146,6 +146,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
void SetDocumentEdited(bool edited);
|
||||
bool IsDocumentEdited();
|
||||
void SetIgnoreMouseEvents(bool ignore);
|
||||
void SetIgnoreFocus(bool ignore);
|
||||
void CapturePage(mate::Arguments* args);
|
||||
void SetProgressBar(double progress);
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue