From 8e4b6a6d19a9a87c55b653dfb4b39aa9f28dcb9d Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 16 Jan 2013 11:18:24 +0000 Subject: [PATCH] elm elc_ctxpopup.h: More documentation for dismiss callback. SVN revision: 82875 --- src/lib/elc_ctxpopup.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/elc_ctxpopup.h b/src/lib/elc_ctxpopup.h index ecdf079..2084310 100644 --- a/src/lib/elc_ctxpopup.h +++ b/src/lib/elc_ctxpopup.h @@ -24,7 +24,8 @@ * * This widget emits the following signals, besides the ones sent from * @ref Layout: - * - @c "dismissed" - the ctxpopup was dismissed + * - @c "dismissed" - this is called when the outside of ctxpopup was clicked + * and ctxpopup is dismissed. * * Default content parts of the ctxpopup widget that you can use for are: * @li "default" - A content of the ctxpopup @@ -351,7 +352,7 @@ EAPI Elm_Ctxpopup_Direction elm_ctxpopup_direction_get(const Evas_Object * * @brief Dismiss a ctxpopup object * * @param obj The ctxpopup object - * Use this function to simulate clicking outside the ctxpopup to dismiss it. + * Use this function to simulate clicking outside of the ctxpopup to dismiss it. * In this way, the ctxpopup will be hidden and the "clicked" signal will be * emitted. */ -- 2.7.4