summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWooHyun Jung <wh0705.jung@samsung.com>2020-01-15 14:14:27 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-01-15 14:19:34 +0100
commite1a329a3e90e75ddc5272fd745e96c4fdfa79ebc (patch)
tree34b32cecec5ca20872363845010d67c942e19a12
parent72a8a2ce40ee9913c676f922551f65ca3cdd0e3b (diff)
downloadefl-e1a329a3e90e75ddc5272fd745e96c4fdfa79ebc.tar.gz
efl_text_cursor: update doc for Efl.Text.Cursor_Type
Summary: ref T8566 Reviewers: segfaultxavi, ali.alzyod Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T8566 Differential Revision: https://phab.enlightenment.org/D11105
-rw-r--r--src/lib/evas/canvas/efl_text_cursor.eo8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/evas/canvas/efl_text_cursor.eo b/src/lib/evas/canvas/efl_text_cursor.eo
index 00dcbd6e63..e63e080b78 100644
--- a/src/lib/evas/canvas/efl_text_cursor.eo
+++ b/src/lib/evas/canvas/efl_text_cursor.eo
@@ -1,8 +1,10 @@
enum @beta Efl.Text.Cursor_Type
{
- [[Text cursor types.]]
- before, [[Cursor type before.]]
- under [[Cursor type under.]]
+ [[Shape of the text cursor.
+ This is normally used in @Efl.Text.Cursor methods to retrieve the cursor's geometry.
+ ]]
+ before, [[Cursor is a vertical bar (I-beam) placed before the selected character.]]
+ under [[Cursor is an horizontal line (underscore) placed under the selected character.]]
}
enum @beta Efl.Text.Cursor_Move_Type