RevealerTransitionType#

class RevealerTransitionType#

These enumeration values describe the possible transitions when the child of a GtkRevealer widget is shown or hidden.

Fields#

class RevealerTransitionType
CROSSFADE#

Fade in

FADE_SLIDE_DOWN#

Combination of CROSSFADE and SLIDE_DOWN.

Added in version 4.22.

FADE_SLIDE_LEFT#

Combination of CROSSFADE and SLIDE_LEFT.

Added in version 4.22.

FADE_SLIDE_RIGHT#

Combination of CROSSFADE and SLIDE_RIGHT.

Added in version 4.22.

FADE_SLIDE_UP#

Combination of CROSSFADE and SLIDE_UP.

Added in version 4.22.

NONE#

No transition

SLIDE_DOWN#

Slide in from the top

SLIDE_LEFT#

Slide in from the right

SLIDE_RIGHT#

Slide in from the left

SLIDE_UP#

Slide in from the bottom

SWING_DOWN#

Floop in from the top

SWING_LEFT#

Floop in from the right

SWING_RIGHT#

Floop in from the left

SWING_UP#

Floop in from the bottom