Revealer.getRevealChild

Returns whether the child is currently revealed. See gtk_revealer_set_reveal_child(). This function returns TRUE as soon as the transition is to the revealed state is started. To learn whether the child is fully revealed (ie the transition is completed), use gtk_revealer_get_child_revealed().

class Revealer
int
getRevealChild
()

Return Value

Type: int

TRUE if the child is revealed. Since 3.10

Meta