efl/src/lib/ecore/efl_model_composite_boolean...

24 lines
620 B
Plaintext

class Efl.Model_Composite_Boolean_Children extends Efl.Model_Composite
{
[[Efl model composite boolean children class]]
methods {
@property index {
[[Position of children in the parent model.]]
set {
[[Set the index. It can only be set before the object is finalized.]]
}
get {
[[Get the index.]]
}
values {
index: uint; [[The index of the child in the parent model.]]
}
}
}
implements {
Efl.Model.properties { get; }
Efl.Model.property { get; set; }
Efl.Object.finalize;
}
}