diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-04-14 11:12:44 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-04-20 10:47:40 +0900 |
commit | a84468cf4b44c4fdb7bccc8927eb20808d9a3d0d (patch) | |
tree | ea27247c35166f265da0fc2d9111f5d93d5c00b0 /src/lib/elementary/Elementary.h.in | |
parent | 548efd7fa4865140a2c32bb51debfb8a1353ae09 (diff) | |
download | efl-a84468cf4b44c4fdb7bccc8927eb20808d9a3d0d.tar.gz |
Elm_test: Add test case for Ui.Grid
Right now the proper layout functions for Ui.Grid are not
implemented, so most controls don't work. This tests that the
grid works fine as a table.
Diffstat (limited to 'src/lib/elementary/Elementary.h.in')
-rw-r--r-- | src/lib/elementary/Elementary.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elementary/Elementary.h.in b/src/lib/elementary/Elementary.h.in index 30c6dd3b77..d67e227aed 100644 --- a/src/lib/elementary/Elementary.h.in +++ b/src/lib/elementary/Elementary.h.in @@ -271,6 +271,7 @@ EAPI extern Elm_Version *elm_version; #ifdef EFL_EO_API_SUPPORT # include <efl_ui_box.eo.h> # include <efl_ui_box_flow.eo.h> +# include <efl_ui_grid.eo.h> #endif /* include deprecated calls last of all */ |