Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        module.edc 


Log Message:
Preliminary text suport for showing app title or window title
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/module.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- module.edc  9 Mar 2005 15:05:47 -0000       1.4
+++ module.edc  9 Mar 2005 22:31:33 -0000       1.5
@@ -5,6 +5,10 @@
    image: "over_v.png" COMP;
    image: "iconified_emblem.png" COMP;
 }
+fonts {
+   font: "Vera.ttf" "Edje Vera";
+}
+
 collections {
 group {
    name: "main";
@@ -318,6 +322,72 @@
         }
       }
       part {
+         name: "EngageIconText";
+        type: TEXT;
+        mouse_events: 0;
+        effect: SOFT_SHADOW;
+        description {
+           state: "default" 0.0;
+           rel1 {
+              relative: 0.0  0.5;
+              offset:   0   0;
+           }
+           rel2 {
+              relative: 1.0  0.5;
+              offset:   300 0;
+           }
+           color: 0 0 0 0;
+           color3: 255 255 255 0;
+           text {
+              text: "";
+              font: "Edje Vera";
+              size: 12;
+              min: 1 1;
+              align: 0.0 0.0;
+           }
+        }
+        description {
+           state: "visible" 0.0;
+           rel1 {
+              relative: 0.0  0.5;
+              offset:   0   0;
+           }
+           rel2 {
+              relative: 1.0  0.5;
+              offset:   300 0;
+           }
+           color: 0 0 0 0;
+           color3: 255 255 255 0;
+           text {
+              text: "";
+              font: "Edje Vera";
+              size: 12;
+              min: 1 1;
+              align: 0.0 0.0;
+           }
+        }
+        description {
+           state: "hidden" 0.0;
+           rel1 {
+              relative: 0.0  0.5;
+              offset:   0   0;
+           }
+           rel2 {
+              relative: 1.0  0.5;
+              offset:   300 0;
+           }
+           color: 0 0 0 192;
+           color3: 255 255 255 64;
+           text {
+              text: "";
+              font: "Edje Vera";
+              size: 12;
+              min: 1 1;
+              align: 0.0 0.0;
+           }
+        }
+      }
+      part {
         name:          "background";
         type:          RECT;
         mouse_events:  0;
@@ -440,6 +510,7 @@
         action:  STATE_SET "hidden" 0.0;
         transition: LINEAR 0.5;
         target:  "background";
+        target:  "EngageIconText";
         after:   "go_active";
       }
       program {
@@ -457,6 +528,7 @@
         source:  "";
         action:  STATE_SET "default" 0.0;
         target:  "background";
+        target:  "EngageIconText";
       }
       program {
          name:    "iconify";




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to