Method

AdwWrapBoxinsert_child_after

unstable since: 1.7

Declaration [src]

void
adw_wrap_box_insert_child_after (
  AdwWrapBox* self,
  GtkWidget* child,
  GtkWidget* sibling
)

Description [src]

Inserts child in the position after sibling in the list of self children.

If sibling is NULL, inserts child at the first position.

Available since: 1.7

Parameters

child

Type: GtkWidget

The widget to insert.

The data is owned by the caller of the method.
sibling

Type: GtkWidget

The sibling after which to insert child.

The argument can be NULL.
The data is owned by the caller of the method.