elm icon,menu,toolbar.h: updated documentation related with icon path.

This commit is contained in:
Daniel Juyung Seo 2013-03-11 20:44:27 +09:00
parent 4a5f9459fe
commit 554b936d07
3 changed files with 14 additions and 0 deletions

View File

@ -259,6 +259,8 @@ EAPI void elm_icon_thumb_set(Evas_Object *obj, const char *file
* @note The icon image set by this function can be changed by
* elm_image_file_set().
*
* @note This function does not accept relative icon path.
*
* @see elm_icon_standard_get()
* @see elm_image_file_set()
*

View File

@ -250,6 +250,8 @@ EAPI Evas_Object *elm_menu_item_object_get(const Elm_Object_Item
* @param data Data sent by the callback.
* @return Returns the new item.
*
* @note This function does not accept relative icon path.
*
* @ingroup Menu
*/
EAPI Elm_Object_Item *elm_menu_item_add(Evas_Object *obj, Elm_Object_Item *parent, const char *icon, const char *label, Evas_Smart_Cb func, const void *data);

View File

@ -191,6 +191,8 @@ EAPI Elm_Icon_Lookup_Order elm_toolbar_icon_order_lookup_get(const Evas_O
* This behavior can be set by elm_toolbar_icon_order_lookup_set() function.
* If an absolute path is provided it will load it direct from a file.
*
* @note This function does not accept relative icon path.
*
* @see elm_toolbar_item_icon_set()
* @see elm_object_item_del()
*
@ -226,6 +228,8 @@ EAPI Elm_Object_Item *elm_toolbar_item_append(Evas_Object *obj, cons
* This behavior can be set by elm_toolbar_icon_order_lookup_set() function.
* If an absolute path is provided it will load it direct from a file.
*
* @note This function does not accept relative icon path.
*
* @see elm_toolbar_item_icon_set()
* @see elm_object_item_del()
*
@ -262,6 +266,8 @@ EAPI Elm_Object_Item *elm_toolbar_item_prepend(Evas_Object *obj, con
* This behavior can be set by elm_toolbar_icon_order_lookup_set() function.
* If an absolute path is provided it will load it direct from a file.
*
* @note This function does not accept relative icon path.
*
* @see elm_toolbar_item_icon_set()
* @see elm_object_item_del()
*
@ -298,6 +304,8 @@ EAPI Elm_Object_Item *elm_toolbar_item_insert_before(Evas_Object *ob
* This behavior can be set by elm_toolbar_icon_order_lookup_set() function.
* If an absolute path is provided it will load it direct from a file.
*
* @note This function does not accept relative icon path.
*
* @see elm_toolbar_item_icon_set()
* @see elm_object_item_del()
*
@ -483,6 +491,8 @@ EAPI Elm_Object_Item *elm_toolbar_more_item_get(const Evas_Object *o
* This behavior can be set by elm_toolbar_icon_order_lookup_set() function.
* If an absolute path is provided it will load it direct from a file.
*
* @note This function does not accept relative icon path.
*
* @see elm_toolbar_icon_order_lookup_set()
* @see elm_toolbar_icon_order_lookup_get()
*