enum Adw::LeafletTransitionType

Overview

Describes the possible transitions in a #Leaflet widget.

New values may be added to this enumeration over time.

Defined in:

lib/gi-crystal/src/auto/adw-1/adw.cr

Enum Members

Over = 0_u32

Cover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children order

Under = 1_u32

Uncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order

Slide = 2_u32

Slide from left, right, up or down according to the orientation, text direction and the children order

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.


Instance Method Detail

def over? #

def slide? #

def under? #