Method

AdwWrapBoxprepend

Declaration [src]

void
adw_wrap_box_prepend (
  AdwWrapBox* self,
  GtkWidget* child
)

Description [src]

Adds child as the first child to self.

Available since:1.7

Parameters

child GtkWidget
 

The widget to prepend.

 The data is owned by the caller of the function.