Package: gtk

Accessor gtk:popover-transitions-enabled

Lambda List

gtk:popover-transitions-enabled (object)

Syntax

(gtk:popover-transitions-enabled object) => enabled
(setf (gtk:popover-transitions-enabled object) enabled)

Arguments

object -- a gtk:popover widget
enabled -- a boolean whether transitions are enabled

Details

Accessor of the transitions-enabled slot of the gtk:popover class. The gtk:popover-transitions-enabled function returns whether show/hide transitions are enabled on this popover. The (setf gtk:popover-transitions-enabled) function sets whether show/hide transitions are enabled.

Warning

The gtk:popover-transitions-enabled function has been deprecated since version 3.22 and should not be used in newly written code. You can show or hide the popover without transitions using the gtk:widget-show and gtk:widget-hide functions while the gtk:popover-popup and gtk:popover-popdown functions will use transitions.
 

See also

2024-6-26