GtkFlowBoxCreateWidgetFunc

Called for flow boxes that are bound to a GListModel.

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

alias GtkFlowBoxCreateWidgetFunc = GtkWidget* function(void* item, void* userData)

Return Value

a GtkWidget that represents @item

Meta