Method

AdwWrapBoxappend

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 GtkWidget
 

The widget to append.

 The data is owned by the caller of the function.