Method

GtkPopoverset_transitions_enabled

deprecated: 3.22 since: 3.16

Declaration [src]

void
gtk_popover_set_transitions_enabled (
  GtkPopover* popover,
  gboolean transitions_enabled
)

Description [src]

Sets 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.

Parameters

transitions_enabled

Type: gboolean

Whether transitions are enabled.