From: Youngbok Shin Date: Sat, 22 Jun 2013 02:00:24 +0000 (+0900) Subject: [editfield] Add additional comment for ea_editfield_clear_button_disabled_set() X-Git-Tag: submit/tizen_2.2/20130627.070254~5 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fefl-assist.git;a=commitdiff_plain;h=7ac6e1fcf4540cf0c45f7f7792828d738b449644 [editfield] Add additional comment for ea_editfield_clear_button_disabled_set() Change-Id: I8a1aa54f17c85fc2e7ff6582ad55a4c882c1fc47 --- diff --git a/src/include/efl_assist_editfield.h b/src/include/efl_assist_editfield.h index 9f49dca..b1625f7 100644 --- a/src/include/efl_assist_editfield.h +++ b/src/include/efl_assist_editfield.h @@ -79,6 +79,8 @@ Evas_Object *ea_editfield_add(Evas_Object *parent, Ea_Editfield_Type type); * * @details Disable the clear button. If @param disable is EINA_TRUE, it will hide the clear button always. * If @param disable is EINA_FALSE, the clear button will be shown or hidden automatically. + * Basically, the clear button will be shown when the text is not empty and + * be hidden when the text is empty or the entry loses focus. * * @param [in] obj the entry widget object * @param [in] disable EINA_TRUE : the clear button will be hidden always