DeckTransitionType
Description:
[ CCode ( cprefix = "HDY_DECK_TRANSITION_TYPE_" , type_id = "hdy_deck_transition_type_get_type ()" ) ]
[ Version ( since = "1.0" ) ]
public enum DeckTransitionType
Describes the possible transitions in a [class@Deck] widget.
New values may be added to this enumeration over time.
Content:
Enum values:
- OVER - Cover the old page or uncover
the new page, sliding from or towards the end according to orientation, text direction and children order
- SLIDE - Slide from left, right, up or
down according to the orientation, text direction and the children order
- UNDER - Uncover the new page or cover
the old page, sliding from or towards the start according to orientation, text direction and children order