Method
AdwLeafletreorder_child_after
deprecated: 1.4
Declaration [src]
void
adw_leaflet_reorder_child_after (
AdwLeaflet* self,
GtkWidget* child,
GtkWidget* sibling
)
Description [src]
Moves child
to the position after sibling
in the list of children.
If sibling
is NULL
, moves child
to the first position.
Deprecated since: 1.4
See the migration guide.