Enlightenment CVS committal

Author  : nerochiaro
Project : e17
Module  : proto

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


Modified Files:
        ewl-example.rb 


Log Message:
updated examples to reflect API changes

===================================================================
RCS file: /cvs/e/e17/proto/ruby-efl/src/ewl/examples/ewl-example.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl-example.rb      11 Aug 2006 19:02:11 -0000      1.2
+++ ewl-example.rb      31 Aug 2006 22:03:16 -0000      1.3
@@ -7,7 +7,7 @@
 require 'ruby-efl/ewl/ruby-ewl'
 #require '../ruby-ewl.rb'       # if you want to use the local version
 
-# CClass.debug = true           # uncomment this on when you want to see lots 
of debug info
+#CClass.debug = true           # uncomment this on when you want to see lots 
of debug info
 
 include Ewl
 
@@ -130,8 +130,8 @@
                
                seekr = Seeker.new
                seekr.alignment = Ewl::FLAG_ALIGN_TOP
-               seekr.min_val = 0.0
-        seekr.max_val = 1.0
+               seekr.minimum_value = 0.0
+        seekr.maximum_value = 1.0
                seekr.step = 0.25
                seekr.value = 0.5
                seekr.show
@@ -147,8 +147,8 @@
 
                spin = Spinner.new
                spin.alignment = Ewl::FLAG_ALIGN_TOP
-               spin.min_val = 0.0
-               spin.max_val = 1.0
+               spin.minimum_value = 0.0
+               spin.maximum_value = 1.0
                spin.step = 0.25
                spin.value = 0.5
                spin.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