Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
clutter-1.0
Clutter
ListModel
ListModel
ListModel.newv
ListModel
Object Hierarchy:
Description:
public
class
ListModel
:
Model
,
Scriptable
,
Scriptable
The
ListModel
struct contains only private data.
Namespace:
Clutter
Package:
clutter-1.0
Content:
Creation methods:
public
ListModel
(
uint
n_columns, ...)
Creates a new default model with
n_columns
columns with the types and names passed in.
public
ListModel.newv
(
Type
[] types,
string
[] names)
Non-vararg version of
ListModel
. This function is useful for language bindings.