efl/src/tests/efl
Felipe Magno de Almeida 8054037992 efl: add composite model for boolean properties
Add Efl.Model.Composite.Boolean, a model for wrapping another Efl.Model and
adding boolean properties to its children.
Children of the given composite model will have the boolean properties
specified in Efl.Model.Composite.Boolean with the specified default value.
A call to Efl.Model.Property_set can change the property value for a child.

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
2017-02-06 15:26:27 -08:00
..
efl_suite.c efl: add composite model for boolean properties 2017-02-06 15:26:27 -08:00
efl_suite.h efl: add composite model for boolean properties 2017-02-06 15:26:27 -08:00
efl_test_model_composite_boolean.c efl: add composite model for boolean properties 2017-02-06 15:26:27 -08:00
efl_test_model_container.c