Popover.modal

bool modal() @property nothrow

Get modal property.

Returns

Sets whether the popover is modal (so other elements in the window do not

receive input while the popover is visible).

void modal(bool propval) @property nothrow

Set modal property.

Parameters

propvalSets whether the popover is modal (so other elements in the window do not receive input while the popover is visible).