diff options
author | Ali Alzyod <ali198724@gmail.com> | 2019-12-10 17:39:59 +0900 |
---|---|---|
committer | WooHyun Jung <wh0705.jung@samsung.com> | 2019-12-10 17:39:59 +0900 |
commit | 621d2cdecf8f53526f1e8ca427bf815086768a28 (patch) | |
tree | 51a3564d46e311b7c688fdb16a58abd479acf290 /src/bin | |
parent | f793939315b37a6a8332af0ec870a0af1b6ad434 (diff) | |
download | efl-621d2cdecf8f53526f1e8ca427bf815086768a28.tar.gz |
Efl.Canvas.Text rename into Efl.Canvas.Textblock
Summary:
Efl.Canvas.Text renamed into **Efl.Canvas.Textblock**
Efl.Canvas.Text_Factory renamed into **Efl.Canvas.Textblock_Factory**
Reviewers: woohyun, segfaultxavi, zmike, bu5hm4n, YOhoho
Reviewed By: segfaultxavi
Subscribers: cedric, #committers, #reviewers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D10808
Diffstat (limited to 'src/bin')
-rw-r--r-- | src/bin/elementary/test_gfx_filters.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/elementary/test_gfx_filters.c b/src/bin/elementary/test_gfx_filters.c index 47e83d7707..eee77afdad 100644 --- a/src/bin/elementary/test_gfx_filters.c +++ b/src/bin/elementary/test_gfx_filters.c @@ -491,7 +491,7 @@ test_gfx_filters(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *eve // Experimental textblock support o = tb = evas_object_textblock_add(evas_object_evas_get(win)); - efl_event_callback_add(o, EFL_CANVAS_TEXT_EVENT_STYLE_INSETS_CHANGED, _textblock_resize, NULL); + efl_event_callback_add(o, EFL_CANVAS_TEXTBLOCK_EVENT_STYLE_INSETS_CHANGED, _textblock_resize, NULL); efl_event_callback_add(o, EFL_GFX_ENTITY_EVENT_SIZE_CHANGED, _textblock_resize, NULL); Evas_Textblock_Style *st = evas_textblock_style_new(); evas_textblock_style_set(st, "DEFAULT='font=Sans font_size=20 color=#FFF wrap=word'"); |