Enlightenment CVS committal
Author : rephorm
Project : misc
Module : eplayer
Dir : misc/eplayer/data
Modified Files:
README
Log Message:
...and some docs to go with it
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/README,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- README 16 Jan 2004 01:46:50 -0000 1.9
+++ README 16 Jan 2004 03:19:28 -0000 1.10
@@ -23,6 +23,10 @@
action, SIGNAL_EMIT "QUIT" "*";
+ action, SIGNAL_EMIT "SEEKER_START" "*";
+ action, SIGNAL_EMIT "SEEKER_UPDATE" "*";
+ action, SIGNAL_EMIT "SEEKER_STOP" "*";
+
The "SWITCH_GROUP" signal is special. It will reload the Edje using the
group "foo" (src argument). This way, you can easily implement
collapsed/expanded states etc.
@@ -38,6 +42,11 @@
Part: "playlist" -> where to swallow the playlist
Part: "seeker" -> draggable set to track position (%)
+ Part: "seeker_grabber" -> special (see below)
+
+The seeker:
+ The seeker involves two parts. One, "seeker" is a draggable that gets set to the
current song position (as a percent). Often, this can be an invisible part with other
parts relative to it (to create a bar, for instance). Second is the "seeker_grabber"
part, which captures mouse down/move events to actually seek. Create programs for this
part that emit SEEKER_START on mouse down, SEEKER_UPDATE on mouse move and SEEKER_STOP
on mouse up.
+
The "playlist_item" Edje contains a "title" and a "length" part.
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs