Toplevel.modal
bool modal() @property nothrow;Get modal property.
Returns
Whether the surface is modal.
void modal(bool propval) @property nothrow;Set modal property.
Parameters
propval | Whether the surface is modal. |
bool modal() @property nothrow;Get modal property.
void modal(bool propval) @property nothrow;Set modal property.
propval | Whether the surface is modal. |