The transition is determined by property@Leaflet:transition-type and property@Leaflet:child-transition-params. The transition can be cancelled by the user, in which case visible child will change back to the previously visible child.
Leaflet.visibleChild
gtk.widget.Widget visibleChild() @propertyGet visibleChild property.
Returns
The widget currently visible when the leaflet is folded.
Deprecated
void visibleChild(gtk.widget.Widget propval) @propertySet visibleChild property.
Parameters
propval | The widget currently visible when the leaflet is folded. The transition is determined by property@Leaflet:transition-type and property@Leaflet:child-transition-params. The transition can be cancelled by the user, in which case visible child will change back to the previously visible child. |