Method

Adw.Leaflet.reorder_child_after

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.

Parameters

child GtkWidget*
 

the widget to move, must be a child of self

 Ownership is not transferred to the callee
sibling GtkWidget*
 

the sibling to move child after

 Can be NULL
 Ownership is not transferred to the callee