ListHeader.setChild
void setChild(gtk.widget.Widget child = null)Sets the child to be used for this listitem.
This function is typically called by applications when setting up a header so that the widget can be reused when binding it multiple times.
Parameters
child | The list item's child or null to unset |