[editfield] Add additional comment for ea_editfield_clear_button_disabled_set()
authorYoungbok Shin <youngb.shin@samsung.com>
Sat, 22 Jun 2013 02:00:24 +0000 (11:00 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 06:11:41 +0000 (15:11 +0900)
Change-Id: I8a1aa54f17c85fc2e7ff6582ad55a4c882c1fc47

src/include/efl_assist_editfield.h

index 9f49dca..b1625f7 100644 (file)
@@ -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