docs: evas_canvas_text: document missing events

This commit is contained in:
Stefan Schmidt 2017-08-31 11:25:13 +02:00
parent bd6dcbb044
commit 9c3ace8c6d
1 changed files with 2 additions and 2 deletions

View File

@ -336,8 +336,8 @@ Efl.Text.Font, Efl.Text.Style, Efl.Text.Format, Efl.Text.Cursor, Efl.Text.Annota
Efl.Text.Annotate.cursor_object_item_insert;
}
events {
cursor,changed;
changed;
cursor,changed; [[Called when cursor changed]]
changed; [[Called when canvas text changed ]]
style_insets,changed; [[Called when the property @.style_insets changed.]]
}
}