Dazzle.ListStoreAdapter

g Dazzle.ListStoreAdapter Dazzle.ListStoreAdapter GObject.GInterface GObject.GInterface Gtk.TreeModel Gtk.TreeModel GObject.GInterface->Gtk.TreeModel GObject.Object GObject.Object GObject.Object->Dazzle.ListStoreAdapter Gtk.TreeModel->Dazzle.ListStoreAdapter

Subclasses:

None

Methods

Inherited:

GObject.Object (37), Gtk.TreeModel (28)

Structs:

GObject.ObjectClass (5)

class

new (model)

get_model ()

set_model (model)

Virtual Methods

Inherited:

GObject.Object (7), Gtk.TreeModel (19)

Properties

Name

Type

Flags

Short Description

model

Gio.ListModel

r/w/en

The model to be adapted

Signals

Inherited:

GObject.Object (1), Gtk.TreeModel (5)

Fields

Inherited:

GObject.Object (1), Gtk.TreeModel (5)

Name

Type

Access

Description

parent_instance

GObject.Object

r

Class Details

class Dazzle.ListStoreAdapter(**kwargs)
Bases:

GObject.Object, Gtk.TreeModel

Abstract:

No

Structure:

Dazzle.ListStoreAdapterClass

classmethod new(model)
Parameters:

model (Gio.ListModel) –

Return type:

Dazzle.ListStoreAdapter

get_model()
Returns:

A Gio.ListModel

Return type:

Gio.ListModel

Gets the model being adapted.

New in version 3.26.

set_model(model)
Parameters:

model (Gio.ListModel) –

Property Details

Dazzle.ListStoreAdapter.props.model
Name:

model

Type:

Gio.ListModel

Default Value:

None

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The model to be adapted