gtk.revealer
Module for [Revealer] class
Types 3
classRevealer : gtk.bin.Bin
The GtkRevealer widget is a container which animates the transition of its child from invisible to visible.
The style of transition can be controlled with gtk.revealer.Revealer.setTransitionType.
These animations respect the #GtkSettings:gtk-enable-animations setting.
CSS nodes
GtkRevealer has a single CSS node with name revealer.
The GtkRevealer widget was added in GTK+ 3.10.
Methods
RevealerGidBuilder builder() static nothrowGet builder for [gtk.revealer.Revealer] Returns: New builder objectbool getChildRevealed() nothrowReturns whether the child is fully revealed, in other words whether the transition to the revealed state is completed. Returns: true if the child is fully revealedbool getRevealChild() nothrowReturns whether the child is currently revealed. See [gtk.revealer.Revealer.setRevealChild].uint getTransitionDuration() nothrowReturns the amount of time (in milliseconds) that transitions will take. Returns: the transition durationgtk.types.RevealerTransitionType getTransitionType() nothrowGets the type of animation that will be used for transitions in revealer. Returns: the current transition type of revealervoid setTransitionType(gtk.types.RevealerTransitionType transition) nothrowSets the type of animation that will be used for transitions in revealer. Available types include various kinds of fades and slides.classRevealerGidBuilderImpl(T) : gtk.bin.BinGidBuilderImpl!T
Fluent builder implementation template for gtk.revealer.Revealer
Methods
T revealChild(bool propval) nothrowT transitionDuration(uint propval) nothrowT transitionType(gtk.types.RevealerTransitionType propval) nothrowFluent builder for gtk.revealer.Revealer