SliceListModel.this

Creates a new slice model.

It presents the slice from offset to offset + size of the given model.

class SliceListModel
this

Parameters

model gio.list_model.ListModel

The model to use

offset uint

the offset of the slice

size uint

maximum size of the slice

Return Value