Toplevel.decorated
bool decorated() @property nothrow;Get decorated property.
Returns
Whether the window manager should add decorations.
void decorated(bool propval) @property nothrow;Set decorated property.
Parameters
propval | Whether the window manager should add decorations. |