Package: gtk

Accessor gtk:popover-autohide

Lambda List

gtk:popover-autohide (object)

Syntax

(gtk:popover-autohide object) => setting
(setf (gtk:popover-autohide object) setting)

Arguments

object -- a gtk:popover widget
setting -- a boolean whether to dismiss the popover on outside clicks

Details

The accessor for the autohide slot of the gtk:popover class gets or sets whether the popover is modal.

A modal popover will grab the keyboard focus on it when being displayed. Clicking outside the popover area or pressing the Esc key will dismiss the popover.

Called this function on an already showing popup with a new autohide value different from the current one, will cause the popup to be hidden.
 

See also

2025-08-12