FlowBoxCreateWidgetFunc


Description:

[ CCode ( instance_pos = 1.9 ) ]
[ Version ( since = "3.18" ) ]
public delegate Widget FlowBoxCreateWidgetFunc (Object item)

Called for flow boxes that are bound to a ListModel with bind_model for each item that gets added to the model.

Parameters:

item

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

user_data

user data from bind_model

Returns:

a Widget that represents item


Namespace: Gtk
Package: gtk+-3.0