GtkListBoxCreateWidgetFunc

Called for list boxes that are bound to a GListModel with gtk_list_box_bind_model() for each item that gets added to the model.

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

Return Value

a GtkWidget that represents @item

Meta