SliceListModel.this

Creates a new slice model.

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

  1. this(GtkSliceListModel* gtkSliceListModel, bool ownedRef)
  2. this(ListModelIF model, uint offset, uint size)
    class SliceListModel
    this

Parameters

model ListModelIF

The model to use, or %NULL

offset uint

the offset of the slice

size uint

maximum size of the slice

Return Value

A new GtkSliceListModel

Throws

ConstructionException GTK+ fails to create the object.

Meta