summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorali <ali198724@gmail.com>2019-12-09 10:58:39 +0900
committerWooHyun Jung <wh0705.jung@samsung.com>2019-12-09 10:58:39 +0900
commitc00db387c3b0cc96c66469cc2967d0fddf0f2efc (patch)
tree544fa6c4b507c770277b10b5779abe6318733232 /src/examples
parent25900bee0fd6633f181294067453e2c630526725 (diff)
downloadefl-c00db387c3b0cc96c66469cc2967d0fddf0f2efc.tar.gz
Efl.Ui.Text : all related interfaces
Summary: Change summary: Removed : - efl_ui_text_selectable.eo and add it functionality into efl_text_interactive.eo - efl_ui_text_editable.eo because it is same as efl_ui_text.eo (just set one property by default) Modifications: - Move all Text Input enums and functionality from efl_ui_text class into its own interface, this interface will be implemented at efl_ui_internal_text_interactive class. - Rename selection_allowed property to selectable (same as other "editable" property) in efl_text_interactive - Add select_all function into efl_text_interactive interface - Add have_selection property into efl_text_interactive interface - Move user_change , selection_start/change/clear and undo/redo events into efl_text_interactive interface. - Move methods and events of copy/paste/cut into efl_ui_text - Fix password-related functionality - Remove context menu clear and add_item methods. (these should be added later with better design) - Remove Validation event from EFL_UI_TEXT. (these should be added later with better design) Reviewers: woohyun, tasn, segfaultxavi, zmike, bu5hm4n Subscribers: stefan_schmidt, a.srour, q66, zmike, segfaultxavi, cedric Tags: #efl Differential Revision: https://phab.enlightenment.org/D10711
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/elementary/efl_ui_list_example_1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/examples/elementary/efl_ui_list_example_1.c b/src/examples/elementary/efl_ui_list_example_1.c
index 49cd52250c..f8f5c5b683 100644
--- a/src/examples/elementary/efl_ui_list_example_1.c
+++ b/src/examples/elementary/efl_ui_list_example_1.c
@@ -17,7 +17,6 @@
# include <elm_general.h>
# include <efl_text_interactive.eo.h>
# include <efl_ui_text.eo.h>
-# include <efl_ui_text_editable.eo.h>
# include <efl_ui_text_async.eo.h>
#define NUM_ITEMS 400