Window.modal

bool modal() @property

Get modal property.

Returns

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

Set modal property.

Parameters

propvalIf true, the window is modal.