Package: gtk

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

Syntax

lambda (object) => result

Arguments

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

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-4-14