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.cr

Enum 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

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


[View source]

Instance Method Detail

def crossfade? #

[View source]
def none? #

[View source]
def slide_down? #

[View source]
def slide_left? #

[View source]
def slide_right? #

[View source]
def slide_up? #

[View source]
def swing_down? #

[View source]
def swing_left? #

[View source]
def swing_right? #

[View source]
def swing_up? #

[View source]