Interval
Object Hierarchy:
Description:
[
CCode ( type_id =
"clutter_interval_get_type ()" ) ]
[
Version ( since =
"1.0" ) ]
public class Interval :
InitiallyUnowned,
Scriptable
The Interval structure contains only private data and should be accessed using the provided functions.
Content:
Properties:
- public Value final { owned get; set; }
The final value of the interval.
- public Value initial { owned get; set; }
The initial value of the interval.
- public Type value_type { get; construct; }
The type of the values in the interval.
Static methods:
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface Clutter.Scriptable