summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-11-28 11:08:11 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-11-28 11:08:11 +0100
commit92d2cc7ae362275f2a7512778e1f0fa994cdc946 (patch)
tree01272869a53b547c9a4d7ceb338afcee05ebb05d
parentdfe0c7b110fa038611ae38a8a1fba78e14550d76 (diff)
downloadefl-92d2cc7ae362275f2a7512778e1f0fa994cdc946.tar.gz
Efl.Canvas.Text: Further update docs
-rw-r--r--src/lib/evas/canvas/efl_canvas_text.eo4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/efl_canvas_text.eo b/src/lib/evas/canvas/efl_canvas_text.eo
index 2367f51bcc..e242c78920 100644
--- a/src/lib/evas/canvas/efl_canvas_text.eo
+++ b/src/lib/evas/canvas/efl_canvas_text.eo
@@ -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.]]
}