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
This commit is contained in:
WooHyun Jung 2020-01-15 14:14:27 +01:00 committed by Xavi Artigas
parent 72a8a2ce40
commit e1a329a3e9
1 changed files with 5 additions and 3 deletions

View File

@ -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