Clutter.ListModel¶
- Subclasses:
None
Methods¶
- Inherited:
Clutter.Model (23), GObject.Object (37), Clutter.Scriptable (4)
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Clutter.Model (11), GObject.Object (7), Clutter.Scriptable (4)
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Clutter.ListModel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Clutter.ListModel
struct contains only private data.New in version 0.6.
Deprecated since version 1.24: Use
Gio.ListStore
instead- classmethod newv(types, names)¶
- Parameters:
types ([
GObject.GType
]) – an array ofGObject.GType
types for the columns, from first to lastnames ([
str
]) – an array of names for the columns, from first to last
- Returns:
a new default
Clutter.Model
- Return type:
Non-vararg version of clutter_list_model_new(). This function is useful for language bindings.
New in version 0.6.
Deprecated since version 1.24: Use
Gio.ListStore
instead