Window::Options
Options for creating window.
| Type | table |
Properties
boolean frame (optional)
Whether window has native frame, default is true.
boolean transparent (optional)
Whether window is transparent, default is false.
Only frameless window can be transparent, the behavior of making a normal window transparent is undefined.
boolean showtrafficlights (optional) macOS
Whether to show window buttons for frameless window, default is false.
This property is ignored for normal windows.