SliceListModel.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(gio.list_model.ListModel model, uint offset, uint size)

Creates a new slice model.

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

Parameters

modelThe model to use
offsetthe offset of the slice
sizemaximum size of the slice

Returns

A new [gtk.slice_list_model.SliceListModel]