raster pushed a commit to branch master.

commit ebcb70e3b5e5da24132621c3814ddfd632ccc82e
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Aug 16 14:24:45 2013 +0900

    test spinner editable mode in elm test
---
 src/bin/test_spinner.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/test_spinner.c b/src/bin/test_spinner.c
index b5c065b..959c1c0 100644
--- a/src/bin/test_spinner.c
+++ b/src/bin/test_spinner.c
@@ -17,6 +17,7 @@ test_spinner(void *data __UNUSED__, Evas_Object *obj 
__UNUSED__, void *event_inf
    evas_object_show(bx);
 
    sp = elm_spinner_add(win);
+   elm_spinner_editable_set(sp, EINA_TRUE);
    elm_spinner_label_format_set(sp, "%1.1f units");
    elm_spinner_step_set(sp, 1.3);
    elm_spinner_wrap_set(sp, EINA_TRUE);

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to