Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/themes/e17/bits Modified Files: entry-groups.edc Log Message: - remove the cursor blinking code - make the edje handle cursor blinking. Blink as you want, when ewl thinks you shouldn't it will send a 'noblink' signal. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/entry-groups.edc,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- entry-groups.edc 3 Nov 2005 00:30:20 -0000 1.7 +++ entry-groups.edc 21 Nov 2005 22:10:36 -0000 1.8 @@ -110,6 +110,47 @@ } color, 0 0 0 255; } + description { + state, "hide" 0.0; + inherit, "default" 0.0; + visible: 0; + } + } + } + + programs { + program { + name, "blink-on"; + signal, "show"; + source, ""; + action, STATE_SET "default" 0.0; + target, "separator"; + after, "blink-hold-on"; + } + program { + name, "blink-hold-on"; + in, 0.95 0.0; + after, "blink-off"; + } + program { + name, "blink-off"; + action, STATE_SET "hide" 0.0; + after, "blink-hold-off"; + target, "separator"; + } + program { + name, "blink-hold-off"; + in, 0.5 0.0; + after, "blink-on"; + } + program { + name, "noblink"; + signal, "noblink"; + source, "EWL"; + action, ACTION_STOP; + target, "blink-hold-on"; + target, "blink-hold-off"; + after, "blink-on"; } } } ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs