Window.modal

bool modal() @property nothrow

Get modal property.

Returns

If true, the window is modal.
void modal(bool propval) @property nothrow

Set modal property.

Parameters

propvalIf true, the window is modal.