Method
AdwLeafletset_visible_child
since: 1.0
Declaration [src]
void
adw_leaflet_set_visible_child (
  AdwLeaflet* self,
  GtkWidget* visible_child
)
Description [src]
Sets the widget currently visible when the leaflet is folded.
The transition is determined by AdwLeaflet:transition-type and
AdwLeaflet:child-transition-params. The transition can be cancelled
by the user, in which case visible child will change back to the previously
visible child.
Available since: 1.0
| Sets property | Adw.Leaflet:visible-child | 
Parameters
- visible_child
- 
            Type: GtkWidgetThe new child. The data is owned by the caller of the method.