Popover.getTransitionsEnabled

bool getTransitionsEnabled()

Returns whether show/hide transitions are enabled on this popover.

Returns

#TRUE if the show and hide transitions of the given

popover are enabled, #FALSE otherwise.

Deprecated

You can show or hide the popover without transitions

using [gtk.widget.Widget.show] and [gtk.widget.Widget.hide] while [gtk.popover.Popover.popup] and [gtk.popover.Popover.popdown] will use transitions.