Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/bits


Modified Files:
        spinner-groups.edc 


Log Message:

Add a theme for when a spinner arrow is clicked. This looks cool now.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/bits/spinner-groups.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- spinner-groups.edc  19 Apr 2006 04:01:46 -0000      1.4
+++ spinner-groups.edc  20 May 2006 01:48:42 -0000      1.5
@@ -44,6 +44,34 @@
                     smooth: 0;
                 }
             }
+           description {
+               state, "udown" 0.0;
+               inherit, "default" 0.0;
+               image {
+                  normal, "e17_spinner_top_arrow_down.png";
+               }
+               fill {
+                  smooth: 0;
+               }
+           }           
+        }
+    }
+   programs {
+        program {
+                name:   "updown";
+                signal: "mouse,down,1";
+                source: "*";
+                action: STATE_SET "udown" 0.0;
+                transition: LINEAR 0.0;
+                target: "uback";
+        }
+        program {
+                name: "upup";
+                signal: "mouse,up,1";
+                source: "*";
+                action: STATE_SET "default" 0.0;
+                transition: LINEAR 0.0;
+                target: "uback";
         }
     }
 }
@@ -66,7 +94,35 @@
                     smooth: 0;
                 }
             }
+            description {
+                state, "ddown" 0.0;
+                inherit, "default" 0.0;
+                image {
+                   normal, "e17_spinner_bottom_arrow_down.png";
+                }
+                fill {
+                   smooth: 0;
+                }
+            }
         }
+    }
+   programs {
+       program {
+               name:   "downdown";
+               signal: "mouse,down,1";
+               source: "*";
+               action: STATE_SET "ddown" 0.0;
+               transition: LINEAR 0.0;
+               target: "dback";
+       }
+       program {
+               name: "downup";
+               signal: "mouse,up,1";
+               source: "*";
+               action: STATE_SET "default" 0.0;
+               transition: LINEAR 0.0;
+               target: "dback";
+       }
     }
 }
 




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