From 4e8f1f2d4370cf019600aac24e69fa111c2b158e Mon Sep 17 00:00:00 2001 From: discomfitor Date: Thu, 21 Jul 2011 21:24:15 +0000 Subject: [PATCH] more @dox for entry signals git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61570 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 3a37e90..5d53ed5 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -5720,6 +5720,14 @@ extern "C" { * @li "cursor,changed": The cursor has changed position. * @li "anchor,clicked": An anchor has been clicked. The event_info * parameter for the callback will be an #Elm_Entry_Anchor_Info. + * @li "anchor,in": Mouse cursor has moved into an anchor. The event_info + * parameter for the callback will be an #Elm_Entry_Anchor_Info. + * @li "anchor,out": Mouse cursor has moved out of an anchor. The event_info + * parameter for the callback will be an #Elm_Entry_Anchor_Info. + * @li "anchor,up": Mouse button has been unpressed on an anchor. The event_info + * parameter for the callback will be an #Elm_Entry_Anchor_Info. + * @li "anchor,down": Mouse button has been pressed on an anchor. The event_info + * parameter for the callback will be an #Elm_Entry_Anchor_Info. * @li "preedit,changed": The preedit string has changed. * * @{ -- 2.7.4