support an api with SetIgnoreMouseEvents, and worked fine with osx
This commit is contained in:
parent
e1d7ef7e24
commit
5f092a6c65
6 changed files with 15 additions and 0 deletions
|
@ -126,6 +126,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
std::string GetRepresentedFilename();
|
||||
void SetDocumentEdited(bool edited);
|
||||
bool IsDocumentEdited();
|
||||
void SetIgnoreMouseEvents(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