FlapGidBuilderImpl.modal

Set modal property.

More...
class FlapGidBuilderImpl(T)
T
modal
(
bool propval
)

Parameters

propval 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.

Return Value

Type: T

Builder instance for fluent chaining

Detailed Description

Deprecated: See the migration guide