Enlightenment CVS committal

Author  : nerochiaro
Project : e17
Module  : proto

Dir     : e17/proto/ruby-efl/src/ewl/examples


Modified Files:
        ewl-example.rb 


Log Message:
keep up with class hierarchy change: new Range class, some classes reparented 
to Range.

===================================================================
RCS file: /cvs/e/e17/proto/ruby-efl/src/ewl/examples/ewl-example.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl-example.rb      11 Aug 2006 11:47:07 -0000      1.1
+++ ewl-example.rb      11 Aug 2006 19:02:11 -0000      1.2
@@ -85,7 +85,7 @@
                txtread.selectable = true
                txtread.show
                spane << txtread
-               txtread << Ewl::RealizeCallback.new { txtread.text = 
IO.read('ewl-example.rb') }
+               txtread << Ewl::RealizeCallback.new { txtread.text = 
IO.read(File.dirname(File.expand_path(__FILE__)) + '/ewl-example.rb') }
 
                midcol = VBox.new
                midcol.fill_policy = Ewl::FLAG_FILL_FILL
@@ -130,7 +130,8 @@
                
                seekr = Seeker.new
                seekr.alignment = Ewl::FLAG_ALIGN_TOP
-               seekr.range = 1.0
+               seekr.min_val = 0.0
+        seekr.max_val = 1.0
                seekr.step = 0.25
                seekr.value = 0.5
                seekr.show



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to