Merge pull request #437 from avdg/maximize
Add BrowserWindow::isMaximized.
This commit is contained in:
commit
66ab127389
9 changed files with 22 additions and 3 deletions
|
@ -239,6 +239,10 @@ Maximizes the window.
|
|||
|
||||
Unmaximizes the window.
|
||||
|
||||
### BrowserWindow.isMaximized()
|
||||
|
||||
Returns whether the window is maximized.
|
||||
|
||||
### BrowserWindow.minimize()
|
||||
|
||||
Minimizes the window. On some platforms the minimized window will be shown in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue