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