Package: gtk

Callback gtk:map-list-model-map-func

Syntax

lambda (item) => result

Arguments

item -- a g:object instance with the item to map
result -- a g:object instance with the item to map to, this function may not return nil

Details

User function that is called to map an item of the original model to an item expected by the map model. The returned items must conform to the item type of the model they are used with.
 

See also

2024-12-17