Window.decorated

bool decorated() @property nothrow

Get decorated property.

Returns

Whether the window should be decorated by the window manager.
void decorated(bool propval) @property nothrow

Set decorated property.

Parameters

propvalWhether the window should be decorated by the window manager.