Method
AdwWrapBoxreorder_child_after
unstable since: 1.7
Declaration [src]
void
adw_wrap_box_reorder_child_after (
AdwWrapBox* self,
GtkWidget* child,
GtkWidget* sibling
)
Description [src]
Moves child
to the position after sibling
in the list of self
children.
If sibling
is NULL
, moves child
to the first position.
Available since: 1.7