set_modal


Description:

public void set_modal (bool modal)

Sets whether this is modal, a modal popover will grab all input within the toplevel and grab the keyboard focus on it when being displayed.

Clicking outside the popover area or pressing Esc will dismiss the popover and ungrab input.

Parameters:

this

a Popover

modal

TRUE to make popover claim all input within the toplevel