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?
Returns
trueif this enum value equalsCrossfade -
#none?
Returns
trueif this enum value equalsNone -
#slide_down?
Returns
trueif this enum value equalsSlideDown -
#slide_left?
Returns
trueif this enum value equalsSlideLeft -
#slide_right?
Returns
trueif this enum value equalsSlideRight -
#slide_up?
Returns
trueif this enum value equalsSlideUp -
#swing_down?
Returns
trueif this enum value equalsSwingDown -
#swing_left?
Returns
trueif this enum value equalsSwingLeft -
#swing_right?
Returns
trueif this enum value equalsSwingRight -
#swing_up?
Returns
trueif this enum value equalsSwingUp
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.