Method
AdwFlapset_modal
since: 1.0
Declaration [src]
void
adw_flap_set_modal (
AdwFlap* self,
gboolean modal
)
Description [src]
Sets whether self
is modal.
If TRUE
, clicking the content widget while flap is revealed, as well as
pressing the Esc key, will close the flap. If FALSE
, clicks are
passed through to the content widget.
Available since: 1.0
Sets property | Adw.Flap:modal |