Method

GtkColumnViewCellset_child

Declaration [src]

void
gtk_column_view_cell_set_child (
  GtkColumnViewCell* self,
  GtkWidget* child
)

Description [src]

Sets the child to be used for this listitem.

This function is typically called by applications when setting up a listitem so that the widget can be reused when binding it multiple times.

Available since:4.12

Parameters

child GtkWidget
 

The list item’s child or NULL to unset.

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