Method

GtkPopoverget_transitions_enabled

deprecated: 3.22 since: 3.16

Declaration [src]

gboolean
gtk_popover_get_transitions_enabled (
  GtkPopover* popover
)

Description [src]

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

Available since: 3.16

Deprecated since: 3.22

You can show or hide the popover without transitions using gtk_widget_show() and gtk_widget_hide() while gtk_popover_popup() and gtk_popover_popdown() will use transitions.

Return value

Type: gboolean

TRUE if the show and hide transitions of the given popover are enabled, FALSE otherwise.