Leaflet.visibleChild

gtk.widget.Widget visibleChild() @property

Get visibleChild property.

Returns

The widget currently visible when the leaflet is folded.

The transition is determined by adw.leaflet.Leaflet.transitionType and adw.leaflet.Leaflet.childTransitionParams. The transition can be cancelled by the user, in which case visible child will change back to the previously visible child.

Deprecated

void visibleChild(gtk.widget.Widget propval) @property

Set visibleChild property.

Parameters

propvalThe widget currently visible when the leaflet is folded. The transition is determined by adw.leaflet.Leaflet.transitionType and adw.leaflet.Leaflet.childTransitionParams. The transition can be cancelled by the user, in which case visible child will change back to the previously visible child.

Deprecated