Method

AdwWrapBoxappend

unstable since: 1.7

Declaration [src]

void
adw_wrap_box_append (
  AdwWrapBox* self,
  GtkWidget* child
)

Description [src]

Adds child as the last child to self.

Available since: 1.7

Parameters

child

Type: GtkWidget

The widget to append.

The data is owned by the caller of the method.