Window::Options

Options for creating window.

Header#include "nativeui/window.h"
Namespacenamespace nu
Typestruct

Properties

bool frame (optional)

Whether window has native frame, default is true.

bool 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.

bool show_traffic_lights (optional) macOS

Whether to show window buttons for frameless window, default is false.

This property is ignored for normal windows.