Flap.modal

Get modal property.

More...
  1. bool modal [@property getter]
    class Flap
    @property
    bool
    modal
    ()
  2. bool modal [@property setter]

Return Value

Type: bool

Whether the flap is modal.

If TRUE, clicking the content widget while flap is revealed, as well as pressing the <kbd>Esc</kbd> key, will close the flap. If FALSE, clicks are passed through to the content widget.

Detailed Description

Deprecated: See the migration guide