zmike pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=a4ba9a351a5f15fc303da4af0e55fe0561020d02
commit a4ba9a351a5f15fc303da4af0e55fe0561020d02 Author: Marcel Hollerbach <[email protected]> Date: Wed Jan 30 13:44:45 2019 -0500 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 --- src/lib/elementary/Efl_Ui.h | 6 ++---- 1 file 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> --
