Window.deletable

bool deletable() @property nothrow

Get deletable property.

Returns

Whether the window frame should have a close button.
void deletable(bool propval) @property nothrow

Set deletable property.

Parameters

propvalWhether the window frame should have a close button.