Change the comment.

SVN revision: 71826
This commit is contained in:
Jaehwan Kim 2012-06-08 01:35:05 +00:00
parent 0477ee0b0d
commit bf92dfb943
1 changed files with 2 additions and 2 deletions

View File

@ -875,8 +875,8 @@ EAPI unsigned int elm_toolbar_items_count(const Evas_Object *obj
* @param obj The toolbar object
* @param priority The standard_priority of visible items
*
* When it is the ELM_TOOLBAR_SHRINK_EXPAND mode, the items are shown only up to standard priority.
* The other items are located in more panel. The more panel can be shown when the more item is clicked.
* If the priority of the item is up to standard priority, it is shown in basic panel.
* The other items are located in more menu or panel. The more menu or panel can be shown when the more item is clicked.
*
* @see elm_toolbar_standard_priority_get()
*