📝 Document the setSkipTaskbar API.

This commit is contained in:
Cheng Zhao 2014-06-16 10:51:45 +08:00
parent d4e9518ec6
commit 386ef9197c

View file

@ -42,6 +42,7 @@ You can also create a window without chrome by using
* `always-on-top` Boolean - Whether the window should always stay on top of
other windows
* `fullscreen` Boolean - Whether the window should show in fullscreen
* `skip-taskbar` Boolean - Do not show window in taskbar
* `kiosk` Boolean - The kiosk mode
* `title` String - Default window title
* `icon` String - The path of icon file
@ -353,6 +354,12 @@ Returns the title of the native window.
Flashes the window to attract user's attention.
### BrowserWindow.setSkipTaskbar(skip)
* `skip` Boolean
Makes the window do not show in taskbar.
### BrowserWindow.setKiosk(flag)
* `flag` Boolean