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