Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Clutter.Model

Class Clutter.Model

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterModel
Class : Model
Implements: Clutter.Scriptable
Subclasses: Clutter.ListModel
Extends: GObject.Object
Base class for list models. The ClutterModel structure contains
only private data and should be manipulated using the provided
API.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.ListModel
Method
Clutter.ListModel.newv (guint32 n_columns, Number types, String names) : Clutter.Model
Non-vararg version of clutter_list_model_new().
Clutter.ModelIter
Property
model : Clutter.Model
A reference to the ClutterModel that this iter belongs to.
Clutter.ModelIter
Method
get_model () : Clutter.Model
Retrieves a pointer to the ClutterModel that this iter is part of.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:34 GMT+0800 (HKT)