Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist.rb 


Log Message:
playlist is scrollable now
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playlist.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- playlist.rb 25 Apr 2005 21:57:07 -0000      1.3
+++ playlist.rb 25 Apr 2005 21:58:26 -0000      1.4
@@ -1,4 +1,4 @@
-# $Id: playlist.rb,v 1.3 2005/04/25 21:57:07 tsauerbeck Exp $
+# $Id: playlist.rb,v 1.4 2005/04/25 21:58:26 tsauerbeck Exp $
 
 require "euphoria/playlist_item"
 
@@ -85,6 +85,12 @@
                        @ee = nil
                end
 
+               @edje.on_signal("drag", "playlist.scrollbar.handle") do
+                       @container.scroll_percent =
+                               @edje.part("playlist.scrollbar.handle").
+                               get_drag_value.last
+               end
+
                each { |i| i.show(eet, @container) }
 
                current_item && current_item.hilight




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to