Package: gtk

Accessor gtk:popover-has-arrow

Lambda List

gtk:popover-has-arrow (object)

Syntax

(gtk:popover-has-arrow object) => setting
(setf (gtk:popover-has-arrow object) setting)

Arguments

object -- a gtk:popover widget
setting -- a boolean whether the popover has an arrow

Details

Accessor of the has-arrow slot of the gtk:popover class. The gtk:popover-has-arrow function gets whether the popover is showing an arrow pointing at the widget that it is relative to. The (setf gtk:popover-has-arrow) function sets whether the popover should draw an arrow.
 

See also

2024-10-26