About my projects, examples and tutorials
Gnome::Gtk4::T-revealer

Gnome::Gtk4::T-revealer

Enumerations§

GtkRevealerTransitionType§

These enumeration values describe the possible transitions when the child of a Gnome::Gtk4::Revealer widget is shown or hidden.

  • GTK_REVEALER_TRANSITION_TYPE_NONE; No transition
  • GTK_REVEALER_TRANSITION_TYPE_CROSSFADE; Fade in
  • GTK_REVEALER_TRANSITION_TYPE_SLIDE_RIGHT; Slide in from the left
  • GTK_REVEALER_TRANSITION_TYPE_SLIDE_LEFT; Slide in from the right
  • GTK_REVEALER_TRANSITION_TYPE_SLIDE_UP; Slide in from the bottom
  • GTK_REVEALER_TRANSITION_TYPE_SLIDE_DOWN; Slide in from the top
  • GTK_REVEALER_TRANSITION_TYPE_SWING_RIGHT; Floop in from the left
  • GTK_REVEALER_TRANSITION_TYPE_SWING_LEFT; Floop in from the right
  • GTK_REVEALER_TRANSITION_TYPE_SWING_UP; Floop in from the bottom
  • GTK_REVEALER_TRANSITION_TYPE_SWING_DOWN; Floop in from the top