Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        module.edc 


Log Message:
Tidies
add iconified emblems
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/module.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- module.edc  1 Mar 2005 15:14:56 -0000       1.2
+++ module.edc  9 Mar 2005 14:11:43 -0000       1.3
@@ -3,6 +3,7 @@
    image: "bg_v.png" COMP;
    image: "over_h.png" COMP;
    image: "over_v.png" COMP;
+   image: "iconified_emblem.png" COMP;
 }
 collections {
 group {
@@ -355,6 +356,45 @@
            color: 0 0 0 0;
         }
       }
+      part {
+        name:          "overlay";
+        type:          IMAGE;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "base";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "base";
+           }
+           color: 255 255 255 0;
+           image {
+              normal: "iconified_emblem.png";
+           }
+        }
+        description {
+           state:    "iconified" 0.0;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+              to:       "base";
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -1   -1;
+              to:       "base";
+           }
+           color: 255 255 255 205;
+           image {
+              normal: "iconified_emblem.png";
+           }
+        }
+      }
    }
    programs {
       program {
@@ -390,6 +430,20 @@
         action:  STATE_SET "default" 0.0;
         target:  "background";
       }
+      program {
+         name:    "iconify";
+        signal:  "iconify";
+        source:  "";
+        action:  STATE_SET "iconified" 0.0;
+        target:  "overlay";
+      }
+      program {
+         name:    "uniconify";
+        signal:  "uniconify";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+        target:  "overlay";
+      }
    }
 }
 }




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