Property
GtkPopover:transitions-enabled
deprecated: 3.22 since: 3.16
Description [src]
Whether show/hide transitions are enabled for this popover.
Type:gboolean
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.
Default value | TRUE |
Getter method | gtk_popover_get_transitions_enabled() |
Setter method | gtk_popover_set_transitions_enabled() |