Add BrowserWindow.isMaximized API.
This commit is contained in:
parent
e8d59c4326
commit
ce50b38a75
8 changed files with 21 additions and 0 deletions
|
@ -187,6 +187,10 @@ void NativeWindowViews::Restore() {
|
|||
window_->Restore();
|
||||
}
|
||||
|
||||
bool NativeWindowViews::IsMinimized() {
|
||||
return window_->IsMinimized();
|
||||
}
|
||||
|
||||
void NativeWindowViews::SetFullscreen(bool fullscreen) {
|
||||
window_->SetFullscreen(fullscreen);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue