Toplevel.deletable
bool deletable() @property nothrow;Get deletable property.
Returns
Whether the window manager should allow to close the surface.
void deletable(bool propval) @property nothrow;Set deletable property.
Parameters
propval | Whether the window manager should allow to close the surface. |