Merge pull request #4751 from maxbeatty/window-blur
Add blur method to window
This commit is contained in:
commit
03ec5ced05
4 changed files with 17 additions and 0 deletions
|
@ -85,6 +85,7 @@ class Window : public mate::TrackableObject<Window>,
|
|||
// APIs for NativeWindow.
|
||||
void Close();
|
||||
void Focus();
|
||||
void Blur();
|
||||
bool IsFocused();
|
||||
void Show();
|
||||
void ShowInactive();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue