summaryrefslogtreecommitdiff
path: root/src/Makefile_Elementary.am
diff options
context:
space:
mode:
authorDaniel Hirt <hirt.danny@gmail.com>2017-09-07 13:47:35 +0300
committerDaniel Hirt <hirt.danny@gmail.com>2017-09-11 17:26:55 +0300
commite45c0e003237168f658618b27a3139f22c8f2719 (patch)
tree4e887aa5cc1b2ebe989ff1fd49e05b75ef5bcdf9 /src/Makefile_Elementary.am
parentec1670c5f3d02cc9852453829e3743ecdca9502a (diff)
downloadefl-e45c0e003237168f658618b27a3139f22c8f2719.tar.gz
Ui text: use async layoutdevs/herdsman/text_async2
Adds "Efl.Ui.Text_Async" object. This new widget uses the "async_layout" functionality of the underlying Efl.Canvas.Text_Async object. Currently, if "editable" mode is enabled, there is no asynchronous layout, as interactive operations (e.g. typing) should get processed immediately. Thus, only "non-editable" instructs the text object to do asynchronous layout. elementary_test "efl ui text" is modified to use this new widget. @feature
Diffstat (limited to 'src/Makefile_Elementary.am')
-rw-r--r--src/Makefile_Elementary.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index ad50ab466b..8684aa343e 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -123,6 +123,7 @@ elm_public_eolian_files = \
lib/elementary/efl_ui_text_interactive.eo \
lib/elementary/efl_ui_text.eo \
lib/elementary/efl_ui_text_editable.eo \
+ lib/elementary/efl_ui_text_async.eo \
lib/elementary/efl_config_global.eo \
lib/elementary/efl_ui_clock.eo \
lib/elementary/efl_ui_cursor.eo \