From 64370c24f3cf2aaf0aae3ed256a197f73a4d45da Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Wed, 19 Feb 2014 12:34:02 +0900 Subject: [PATCH] popup: Added descriptions for the newly introduced item,focused/item,unfocused smart callbacks. @feature Reviewers: seoz CC: nirajkr Differential Revision: https://phab.enlightenment.org/D568 --- legacy/elementary/src/lib/elc_popup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/legacy/elementary/src/lib/elc_popup.h b/legacy/elementary/src/lib/elc_popup.h index 86b8dcf3cd..688c66e799 100644 --- a/legacy/elementary/src/lib/elc_popup.h +++ b/legacy/elementary/src/lib/elc_popup.h @@ -78,6 +78,8 @@ * @li @c "focused" - When the popup has received focus. (since 1.8) * @li @c "unfocused" - When the popup has lost focus. (since 1.8) * @li "language,changed" - the program's language changed (since 1.8) + * @li "item,focused" - When the popup item has recieved focus. (since 1.10) + * @li "item,unfocused" - When the popup item has lost focus. (since 1.10) * * Styles available for Popup * @li "default"