Elm_test/Ui.Box: Implement example custom layout function
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 14 Apr 2016 03:00:04 +0000 (12:00 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 20 Apr 2016 01:47:40 +0000 (10:47 +0900)
commit4b7ca8846d5b852e5fe3ffa0da26278531df7236
tree512464f25ba6585f931c5633b1efdfec2bc9f473
parenta84468cf4b44c4fdb7bccc8927eb20808d9a3d0d
Elm_test/Ui.Box: Implement example custom layout function

This shows how to implement a layout function, with the
required Eo class boilerplate (note: could probably be
simpler with the appropriate macros, or a better solution
to create classes on the fly in C).

The layout function itself is awful, but shows that "it works".
src/bin/elementary/test_ui_box.c