Method

AdwMultiLayoutViewset_child

Declaration [src]

void
adw_multi_layout_view_set_child (
  AdwMultiLayoutView* self,
  const char* id,
  GtkWidget* child
)

Description [src]

Sets child as the child for id in self.

When changing layouts, it will be inserted into the slot with id.

Available since:1.6

Parameters

id const char*
 

The id of the child.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
child GtkWidget
 

The child to set.

 The data is owned by the caller of the function.