GtkSliceListModel

gtk.slice_list_model.SliceListModel is a list model that presents a slice of another model.

This is useful when implementing paging by setting the size to the number of elements per page and updating the offset whenever a different page is opened.

gtk.slice_list_model.SliceListModel passes through sections from the underlying model.

struct GtkSliceListModel