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.
Flap.modal
bool modal() @propertyGet modal property.
Returns
Whether the flap is modal.
Deprecated
void modal(bool propval) @propertySet modal property.
Parameters
propval | 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. |