From: Andreas Volz Date: Fri, 13 Nov 2009 22:27:06 +0000 (+0000) Subject: document spinner style vertical X-Git-Tag: v1.0.0~5005 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26dddf7b4b92110bdeb5283c7669352b54da58b6;p=platform%2Fupstream%2Felementary.git document spinner style vertical SVN revision: 43683 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 19fbfb4..d1bfec0 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -936,6 +936,10 @@ extern "C" { * "changed" - when the spinner value changes * "delay,changed" - when the spinner value changed, but a small time after a change (use this if you only want to respond to a change once the spinner is held still for a short while). */ + /* available item styles: + * default + * vertical (two up/down buttons at the right side and text left aligned) + */ EAPI Evas_Object *elm_index_add(Evas_Object *parent); EAPI void elm_index_active_set(Evas_Object *obj, Eina_Bool active);