SliceListModel

constructor(model: <Error class: unknown class>? = null, offset: <Error class: unknown class>, size: <Error class: unknown class>)

Creates a new slice model.

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

Return

A new GtkSliceListModel

Parameters

model

The model to use

offset

the offset of the slice

size

maximum size of the slice


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)