Container
Object Hierarchy:
Description:
[
CCode ( type_id =
"ges_container_get_type ()" ) ]
public abstract class Container :
TimelineElement,
Extractable,
MetaContainer
A Container is a timeline element that controls other
TimelineElement-s, which are its children.
In particular, it is responsible for maintaining the relative start and
duration times of its children. Therefore, if a container is temporally
adjusted or moved to a new layer, it may accordingly adjust and move its children. Similarly, a change in one of its children may prompt
the parent to correspondingly change its siblings.
Content:
Properties:
- public uint height { get; }
The span of the container's children's
priority values, which is the number of integers that lie between (
inclusive) the minimum and maximum priorities found amongst the container's children (maximum - minimum + 1).
Static methods:
Creation methods:
Methods:
Signals:
Fields:
Inherited Members:
All known members inherited from class GES.TimelineElement
All known members inherited from class GLib.Object
All known members inherited from interface GES.Extractable
All known members inherited from interface GES.MetaContainer