Enlightenment CVS committal

Author  : cobra
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar/data/themes


Modified Files:
        taskbar.edc 


Log Message:
Transition wasn't fading, fix.

Kevin Brosius <[EMAIL PROTECTED]>

===================================================================
RCS file: /cvs/e/e_modules/taskbar/data/themes/taskbar.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- taskbar.edc 4 Sep 2006 02:05:40 -0000       1.5
+++ taskbar.edc 4 Sep 2006 22:48:20 -0000       1.6
@@ -71,12 +71,34 @@
         description {
            state:    "focused" 0.0;
             inherit:  "default" 0.0;
+            //image {
+              // normal: "e17_button_sm2.png";
+            //}
+        }
+
+      }
+
+      part {
+        name:          "button_image_gold";
+        type:          IMAGE;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+            min:      56 16;
             image {
                normal: "e17_button_sm2.png";
+               border: 8 8 8 8;
             }
+           color: 255 255 255 0;
+        }
+        description {
+           state:    "focused" 0.0;
+            inherit:  "default" 0.0;
+           color: 255 255 255 255;
         }
-
       }
+
+
       part {
         name:          "item";
         type:          SWALLOW;
@@ -254,6 +276,31 @@
         action:  STATE_SET "focused" 0.0;
          transition: LINEAR 0.0;
         target:  "button_image";
+      }
+
+      program {
+        name:    "but_focused_gold";
+        signal:  "focused";
+        source:  "";
+        action:  STATE_SET "focused" 0.0;
+         transition: LINEAR 0.5;
+        target:  "button_image_gold";
+      }
+      program {
+        name:    "but_unfocused_gold";
+        signal:  "unfocused";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+         transition: LINEAR 0.5;
+        target:  "button_image_gold";
+      }
+      program {
+        name:    "but_instant_focused_gold";
+        signal:  "instant_focused";
+        source:  "";
+        action:  STATE_SET "focused" 0.0;
+         transition: LINEAR 0.0;
+        target:  "button_image_gold";
       }
 
       program {



-------------------------------------------------------------------------
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