Package: gtk

Function gtk:slice-list-model-new

Lambda List

gtk:slice-list-model-new (model offset size)

Arguments

model -- a g:list-model object to use, or nil
offset -- an unsigned integer for the offset of the slize
size -- an unsigned integer for the maximum size of the slize

Return Value

The new gtk:slice-list-model object.

Details

Creates a new slice model that presents the slice from offset to offset + size out of the given model.
 

See also

2025-3-18