diff options
author | Daniel Hirt <hirt.danny@gmail.com> | 2017-07-04 12:54:44 +0300 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-07-05 20:07:29 +0900 |
commit | 544fedaeba445609ca285e939db0742730137199 (patch) | |
tree | 108ae2ff317c1308c7f9e4eef9a53aee4de353dc /src/lib/elementary/elm_widget.h | |
parent | 4f9cfc22bcb872a77261258cde91c9414b3fd37e (diff) |
Elm layout: only allow legacy for using NULL text parts
This is a follow-up to a4b79fdbe16e1495c187dc4f9da99924cf51e539.
efl_part no longer supports NULL parts.
NULL text parts are now aliased in legacy code beforehand.
Signed-off-by: Jean-Philippe Andre <jp.andre@samsung.com>
Diffstat (limited to 'src/lib/elementary/elm_widget.h')
-rw-r--r-- | src/lib/elementary/elm_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_widget.h b/src/lib/elementary/elm_widget.h index 01b2cccdc6..4b7b55c8c1 100644 --- a/src/lib/elementary/elm_widget.h +++ b/src/lib/elementary/elm_widget.h | |||
@@ -868,6 +868,7 @@ EAPI Eina_Bool _elm_layout_part_aliasing_eval(const Evas_Object *obj, | |||
868 | 868 | ||
869 | /* Internal EO APIs */ | 869 | /* Internal EO APIs */ |
870 | const char *elm_widget_default_content_part_get(const Eo *obj); | 870 | const char *elm_widget_default_content_part_get(const Eo *obj); |
871 | const char *elm_widget_default_text_part_get(const Eo *obj); | ||
871 | 872 | ||
872 | 873 | ||
873 | #define ELM_WIDGET_ITEM_PROTECTED | 874 | #define ELM_WIDGET_ITEM_PROTECTED |