Window.decorated
bool decorated() @property nothrowGet decorated property.
Returns
Whether the window should have a frame (also known as decorations).
void decorated(bool propval) @property nothrowSet decorated property.
Parameters
propval | Whether the window should have a frame (also known as decorations). |