Window.modal
bool modal() @property nothrowGet modal property.
Returns
If true, the window is modal.
void modal(bool propval) @property nothrowSet modal property.
Parameters
propval | If true, the window is modal. |
bool modal() @property nothrowGet modal property.
void modal(bool propval) @property nothrowSet modal property.
propval | If true, the window is modal. |