Window.deletable
bool deletable() @property nothrowGet deletable property.
Returns
Whether the window frame should have a close button.
void deletable(bool propval) @property nothrowSet deletable property.
Parameters
propval | Whether the window frame should have a close button. |