Window.decorated

bool decorated() @property nothrow

Get decorated property.

Returns

Whether the window should have a frame (also known as decorations).
void decorated(bool propval) @property nothrow

Set decorated property.

Parameters

propvalWhether the window should have a frame (also known as decorations).