Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_shelf.edc 


Log Message:


add frame object selection ability - broke move of the framed "ibar" test.
need to fix framed gadcon clients to account for frame size.

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_shelf.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- default_shelf.edc   4 Apr 2006 09:54:50 -0000       1.5
+++ default_shelf.edc   4 Apr 2006 15:42:25 -0000       1.6
@@ -1,6 +1,8 @@
 images {
    image: "e17_shelf_bg_h.png" COMP;
    image: "e17_shelf_sh_h.png" COMP;
+   image: "e17_ibar_bg_h.png" COMP;
+   image: "e17_ibar_over_h.png" COMP;
 }
 
 group {
@@ -109,6 +111,79 @@
         source:  "bottom";
         action:  STATE_SET "bottom" 0.0;
         target:  "base";
+      }
+   }
+}
+group {
+   name: "shelf/default/inset";
+   parts {
+      part {
+        name:          "background";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              to:       "overlay";
+           }
+           rel2 {
+              to:       "overlay";
+           }
+           image {
+              normal: "e17_ibar_bg_h.png";
+              border: 6 6 6 6;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+      }
+      part {
+        name:          "items_clip";
+        type:          RECT;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              to:       "background";
+              offset:   4    4;
+           }
+           rel2 {
+              to:       "background";
+              offset:   -5    -5;
+           }
+           color: 255 255 255 255;
+        }
+      }
+      part {
+        name:          "items";
+        type:          SWALLOW;
+        mouse_events:  0;
+        clip_to:       "items_clip";
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              offset:   4    4;
+           }
+           rel2 {
+              offset:   -5    -5;
+           }
+           color: 0 0 0 0;
+        }
+      }
+      part {
+        name:          "overlay";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           image {
+              normal: "e17_ibar_over_h.png";
+              border: 13 13 13 13;
+              middle: 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
       }
    }
 }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to