Efl.Ui.Grid: Add implementation of a grid/table
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 12 Apr 2016 05:10:47 +0000 (14:10 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 20 Apr 2016 01:47:40 +0000 (10:47 +0900)
commit2343aa79005bb0d9de69f375047b033298bb8953
tree9988f3702cfe9cd98cad8334728699b23f0580ad
parentb18a993dc0a1f9aa762dbafcce63155fb73d7d7b
Efl.Ui.Grid: Add implementation of a grid/table

This is only a partial implementation, work in progress.

The grid object should be a replacement for evas and elementary's
table and grid. Only the layout of items inside the container
is different, otherwise the API should be the same.

For now, this widget is based on an evas table but the full
layout logic will need to be reimplemented, eventually.

@feature
src/lib/elementary/efl_ui_grid.c [new file with mode: 0644]
src/lib/elementary/efl_ui_grid.eo [new file with mode: 0644]