elementary/label - more information for users

SVN revision: 82159
This commit is contained in:
ChunEon Park 2013-01-04 08:00:56 +00:00
parent 3d0e9dcfb6
commit 0471757de8
2 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,7 @@ _label_slide_change(Evas_Object *obj)
if (sd->linewrap)
{
sd->slide = EINA_FALSE;
WRN("Doesn't support slide effect for multiline! : label=%p", obj);
return;
}

View File

@ -285,6 +285,8 @@ EAPI Eina_Bool elm_label_ellipsis_get(const Evas_Object *obj);
*
* @warning This only works with the themes "slide_short", "slide_long" and
* "slide_bounce".
* @warning This doesn't work if the line wrap(elm_label_line_wrap_set()) or
* ellipsis(elm_label_ellipsis_set()) is set.
*
* @ingroup Label
*/