summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui.eot
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-03-09 13:32:17 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-03-09 13:34:48 +0100
commit2f85e789986fea95c8eb7be3ee1c83dd03ef9dc4 (patch)
tree8c30b2d5f531b284ef907c685cf80dd8dc1254e1 /src/lib/elementary/efl_ui.eot
parenta1addad60e1c9d9a32a6559460f23610932afc21 (diff)
downloadefl-2f85e789986fea95c8eb7be3ee1c83dd03ef9dc4.tar.gz
efl_ui_types: rename move_prolicy field
Summary: in was not very descriptiv, move_in was concluded to be more descriptive ref T7726 Reviewers: segfaultxavi, cedric, zmike Reviewed By: segfaultxavi Subscribers: #reviewers, #committers Tags: #efl Maniphest Tasks: T7726 Differential Revision: https://phab.enlightenment.org/D8270
Diffstat (limited to 'src/lib/elementary/efl_ui.eot')
-rw-r--r--src/lib/elementary/efl_ui.eot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui.eot b/src/lib/elementary/efl_ui.eot
index 20310e6faf..f0b5e6ce44 100644
--- a/src/lib/elementary/efl_ui.eot
+++ b/src/lib/elementary/efl_ui.eot
@@ -25,7 +25,7 @@ enum Efl.Ui.Focus.Move_Policy
@since 1.10]]
click, [[Move focus by mouse click or touch. Elementary focus is set on mouse
click and this is checked at mouse up time. (default)]]
- in, [[Move focus by mouse in. Elementary focus is set on mouse move when the
+ move_in, [[Move focus by mouse in. Elementary focus is set on mouse move when the
mouse pointer is moved into an object.]]
key_only, [[Move focus by key. Elementary focus is set on key input like
Left, Right, Up, Down, Tab, or Shift+Tab.]]