NativeDialog.modal
bool modal() @property nothrowGet modal property.
Returns
Whether the window should be modal with respect to its transient parent.
void modal(bool propval) @property nothrowSet modal property.
Parameters
propval | Whether the window should be modal with respect to its transient parent. |