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
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
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.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 Tue Jun 22 2010 16:32:36 GMT+0800 (HKT)