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
true
if this enum value equalsCrossfade
-
#none?
Returns
true
if this enum value equalsNone
-
#slide_down?
Returns
true
if this enum value equalsSlideDown
-
#slide_left?
Returns
true
if this enum value equalsSlideLeft
-
#slide_right?
Returns
true
if this enum value equalsSlideRight
-
#slide_up?
Returns
true
if this enum value equalsSlideUp
-
#swing_down?
Returns
true
if this enum value equalsSwingDown
-
#swing_left?
Returns
true
if this enum value equalsSwingLeft
-
#swing_right?
Returns
true
if this enum value equalsSwingRight
-
#swing_up?
Returns
true
if 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.