X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flib%2Felm_toolbar.h;h=87fda246b9d80737c5efc3a52e27e59c1786aee4;hb=54f9a90e9926302ace66e6e1dd696c9d4f81a42b;hp=3d912c6db7ed5c952bdd328caadac57e3d43cd21;hpb=b29b8c00a17f3a5d35c152bac83c422b33844534;p=framework%2Fuifw%2Felementary.git diff --git a/src/lib/elm_toolbar.h b/src/lib/elm_toolbar.h index 3d912c6..87fda24 100644 --- a/src/lib/elm_toolbar.h +++ b/src/lib/elm_toolbar.h @@ -871,29 +871,29 @@ EAPI Eina_Bool elm_toolbar_horizontal_get(const Evas_Object * EAPI unsigned int elm_toolbar_items_count(const Evas_Object *obj); /** - * Set the max number of visible items in a toolbar + * Set the standard priority of visible items in a toolbar * @param obj The toolbar object - * @param max The max number of visible items + * @param priority The standard_priority of visible items * - * When it is the ELM_TOOLBAR_SHRINK_EXPAND mode, the items are shown only up to max number. + * 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. * - * @see elm_toolbar_items_max_get() + * @see elm_toolbar_standard_priority_get() * * @ingroup Toolbar */ -EAPI void elm_toolbar_items_max_set(Evas_Object *obj, unsigned int max); +EAPI void elm_toolbar_standard_priority_set(Evas_Object *obj, int priority); /** - * Get the max number of visible items in a toolbar + * Get the standard_priority of visible items in a toolbar * @param obj The toolbar object - * @return The max number of items in @p obj toolbar + * @return The standard priority of items in @p obj toolbar * - * @see elm_toolbar_items_max_set() + * @see elm_toolbar_standard_priority_set() * * @ingroup Toolbar */ -EAPI unsigned int elm_toolbar_items_max_get(const Evas_Object *obj); +EAPI int elm_toolbar_standard_priority_get(const Evas_Object *obj); /** * Set the toolbar select mode.