DzlStackListCreateWidgetFunc

Called for stack lists that are bound to a #GListModel with dzl_stack_list_push() for each item that gets added to the model.

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

Return Value

a #GtkWidget that represents @item

Meta