Package: gtk

Callback gtk:flow-box-create-widget-func

Syntax

lambda (item) => result

Arguments

item -- a pointer to the item from the model for which to create a widget for
result -- a gtk:widget object that represents item

Details

Called for flow boxes that are bound to a g:list-model object with the gtk:flow-box-bind-model function for each item that gets added to the model.
 

See also

#2024-3-23