Add BrowserWindow.isVisible() API.
This commit is contained in:
parent
2024ae5dba
commit
88ce2a5390
8 changed files with 23 additions and 0 deletions
|
@ -231,6 +231,10 @@ void NativeWindowWin::Unmaximize() {
|
|||
window_->Restore();
|
||||
}
|
||||
|
||||
bool NativeWindowWin::IsVisible() {
|
||||
return window_->IsVisible();
|
||||
}
|
||||
|
||||
void NativeWindowWin::Minimize() {
|
||||
window_->Minimize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue