document spinner style vertical
authorAndreas Volz <linux@brachttal.net>
Fri, 13 Nov 2009 22:27:06 +0000 (22:27 +0000)
committerAndreas Volz <linux@brachttal.net>
Fri, 13 Nov 2009 22:27:06 +0000 (22:27 +0000)
SVN revision: 43683

src/lib/Elementary.h.in

index 19fbfb4..d1bfec0 100644 (file)
@@ -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);