Efl.Canvas.Text: Further update docs

This commit is contained in:
Xavi Artigas 2019-11-28 11:08:11 +01:00
parent dfe0c7b110
commit 92d2cc7ae3
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text,
}
cursor_add {
[[Adds an existing cursor to the text object.
It is typically more convenient to obtain a cursor directly from the text object using @.cursor_create.]]
If the cursor already belonged to another text object it will be reassigned to the new one.
It is typically more convenient to obtain a cursor directly from the text object using @.cursor_create.
]]
params {
cursor: Efl.Text.Cursor; [[The text cursor to use.]]
}