Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

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


Modified Files:
        label-groups.edc 


Log Message:
Make the skeleton theme text visible.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/skeleton/bits/label-groups.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- label-groups.edc    16 Jun 2005 03:22:11 -0000      1.1
+++ label-groups.edc    16 Jun 2005 04:22:58 -0000      1.2
@@ -37,6 +37,48 @@
                       align, 0.5 0.0;
                   }
               }
+
+              description {
+                  state, "highlight" 0.0;
+                  align, 0.5 0.0;
+                  rel1 {
+                      relative, 0.0 0.0;
+                      offset, 0 0;
+                  }
+                  rel2 {
+                      relative, 1.0 1.0;
+                      offset, -1 -1;
+                  }
+                  color, 0 0 0 255;
+                  color3, 255 255 255 32;
+                  text {
+                      text, "text";
+                      font, "Vera";
+                      size, 10;
+                      min, 1 1;
+                      align, 0.5 0.0;
+                  }
+              }
+
           }
-      }  
+      }
+
+      programs {
+         program {
+             name, "normal";
+             signal, "mouse,out";
+             source, "*";
+             action, STATE_SET "default" 0.0;
+             transition, LINEAR 0.0;
+             target, "text";
+         }
+          program {
+             name, "highlight";
+             signal, "mouse,in";
+             source, "*";
+             action, STATE_SET "highlight" 0.0;
+             transition, LINEAR 0.0;
+             target, "text";
+         }
+      }
    }




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to