Follow docs style guide for string ENUMS
This commit is contained in:
parent
76da80c5e9
commit
02a7094529
1 changed files with 4 additions and 4 deletions
|
@ -185,13 +185,13 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||||
Default is `false`.
|
Default is `false`.
|
||||||
* `type` String - The type of window, default is normal window. See more about
|
* `type` String - The type of window, default is normal window. See more about
|
||||||
this below.
|
this below.
|
||||||
* `titleBarStyle` String - The style of window title bar. Possible values are:
|
* `titleBarStyle` String - The style of window title bar. Default is `default`. Possible values are:
|
||||||
* `default` or not specified, results in the standard gray opaque Mac title
|
* `default` - Results in the standard gray opaque Mac title
|
||||||
bar.
|
bar.
|
||||||
* `hidden` results in a hidden title bar and a full size content window, yet
|
* `hidden` - Results in a hidden title bar and a full size content window, yet
|
||||||
the title bar still has the standard window controls ("traffic lights") in
|
the title bar still has the standard window controls ("traffic lights") in
|
||||||
the top left.
|
the top left.
|
||||||
* `hidden-inset` results in a hidden title bar with an alternative look
|
* `hidden-inset` - Results in a hidden title bar with an alternative look
|
||||||
where the traffic light buttons are slightly more inset from the window edge.
|
where the traffic light buttons are slightly more inset from the window edge.
|
||||||
* `thickFrame` Boolean - Use `WS_THICKFRAME` style for frameless windows on
|
* `thickFrame` Boolean - Use `WS_THICKFRAME` style for frameless windows on
|
||||||
Windows, which adds standard window frame. Setting it to `false` will remove
|
Windows, which adds standard window frame. Setting it to `false` will remove
|
||||||
|
|
Loading…
Add table
Reference in a new issue