diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-30 13:44:45 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-01-30 13:44:45 -0500 |
commit | a4ba9a351a5f15fc303da4af0e55fe0561020d02 (patch) | |
tree | 9d86f01b41d6e0ccf0ee5514a6d25d66b0d74df5 | |
parent | 4e0079eaa945c1401b99827a1ac623fdaedb3edd (diff) | |
download | efl-a4ba9a351a5f15fc303da4af0e55fe0561020d02.tar.gz |
efl_ui: mulibuttonentry is now tags
Summary:
further more it can be just included here, without this warning.
Depends on D7819
Reviewers: zmike, cedric, stefan_schmidt
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D7830
-rw-r--r-- | src/lib/elementary/Efl_Ui.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h index 2bf5249d6f..c1387290e2 100644 --- a/src/lib/elementary/Efl_Ui.h +++ b/src/lib/elementary/Efl_Ui.h @@ -212,10 +212,8 @@ EAPI void efl_ui_focus_relation_free(Efl_Ui_Focus_Relations *rel); # include "efl_ui_caching_factory.eo.h" /* FIXME: Multibuttonentry must not use elm_widget_item */ -# warning Efl.Ui.Multibutton is not available yet without Elementary.h -# if 0 -# include <efl_ui_multibuttonentry.h> -# endif + +# include <efl_ui_tags.eo.h> # include <efl_ui_flip_eo.h> # include <efl_ui_frame_eo.h> |