ReadOnlyListModel

Constructors

this
this(DzlReadOnlyListModel* dzlReadOnlyListModel, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this(ListModelIF baseModel)

Creates a new #DzlReadOnlyListModel which is a read-only wrapper around @base_model. This is useful when you want to give API consumers access to a #GListModel but without the ability to mutate the underlying list.

Members

Functions

getReadOnlyListModelStruct
DzlReadOnlyListModel* getReadOnlyListModelStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

dzlReadOnlyListModel
DzlReadOnlyListModel* dzlReadOnlyListModel;

the main Gtk struct

Meta