Method

BisLapelset_modal

Declaration [src]

void
bis_lapel_set_modal (
  BisLapel* self,
  gboolean modal
)

Description [src]

Sets whether self is modal.

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

Available since:1.0
Sets propertyBis.Lapel:modal

Parameters

modal gboolean
 

Whether self is modal.