efl_ui: mulibuttonentry is now tags
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 30 Jan 2019 18:44:45 +0000 (13:44 -0500)
committerTaehyub Kim <taehyub.kim@samsung.com>
Thu, 31 Jan 2019 03:45:41 +0000 (12:45 +0900)
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

index 9199e72..d74e35b 100644 (file)
@@ -214,10 +214,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>