FlowBoxCreateWidgetFunc

typealias FlowBoxCreateWidgetFunc = (<Error class: unknown class>) -> Widget

Called for flow boxes that are bound to a GListModel.

This function is called for each item that gets added to the model.

  • param item the item from the model for which to create a widget for

  • return a GtkWidget that represents @item