elm elc_ctxpopup.h: More documentation for dismiss callback.

SVN revision: 82875
This commit is contained in:
Daniel Juyung Seo 2013-01-16 11:18:24 +00:00
parent 43a6486eb2
commit c4f6c36e87
1 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@
* *
* This widget emits the following signals, besides the ones sent from * This widget emits the following signals, besides the ones sent from
* @ref Layout: * @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: * Default content parts of the ctxpopup widget that you can use for are:
* @li "default" - A content of the ctxpopup * @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 * @brief Dismiss a ctxpopup object
* *
* @param obj The 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 * In this way, the ctxpopup will be hidden and the "clicked" signal will be
* emitted. * emitted.
*/ */