enum Gtk::RevealerTransitionType
Overview
These enumeration values describe the possible transitions
when the child of a Gtk::Revealer
widget is shown or hidden.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
None =
0_u32
-
No transition
-
Crossfade =
1_u32
-
Fade in
-
SlideRight =
2_u32
-
Slide in from the left
-
SlideLeft =
3_u32
-
Slide in from the right
-
SlideUp =
4_u32
-
Slide in from the bottom
-
SlideDown =
5_u32
-
Slide in from the top
-
SwingRight =
6_u32
-
Floop in from the left
-
SwingLeft =
7_u32
-
Floop in from the right
-
SwingUp =
8_u32
-
Floop in from the bottom
-
SwingDown =
9_u32
-
Floop in from the top
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #crossfade?
- #none?
- #slide_down?
- #slide_left?
- #slide_right?
- #slide_up?
- #swing_down?
- #swing_left?
- #swing_right?
- #swing_up?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.