Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_ilist.edc 


Log Message:


add ilist headers - much easier to organise things now

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_ilist.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- default_ilist.edc   19 Mar 2006 12:24:19 -0000      1.4
+++ default_ilist.edc   27 Mar 2006 14:46:26 -0000      1.5
@@ -935,3 +935,78 @@
       }
    }
 }
+
+group {
+   name: "widgets/ilist_header";
+   parts {
+      part {
+        name: "base";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           color: 64 64 64 255;
+           image {
+              normal: "e17_ilist_bg0.png";
+              border: 3 3 3 3;
+           }
+        }
+      }
+      part {
+        name:          "icon_swallow";
+        type:          SWALLOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.0 0.5;
+           aspect:   1.0 1.0;
+           aspect_preference: VERTICAL;
+//         fixed:    1 1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   4    4;
+           }
+           rel2 {
+              relative: 0.0  1.0;
+              offset:   4   -5;
+           }
+        }
+      }
+      part {
+        name:           "label";
+        type:           TEXT;
+        effect:         SOFT_SHADOW;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           min:      16 16;
+           rel1 {
+              to_x:     "icon_swallow";
+              relative: 1.0  0.0;
+              offset:   16 4;
+           }
+           rel2 {
+              relative: 1.0  1.0;
+              offset:   -5 -5;
+           }
+           color: 255 255 255 255;
+           color2: 0 0 0 64;
+           text {
+              text:     "Item Label";
+              font:     "Edje-Vera-Bold";
+              size:     16;
+              min:      1 1;
+              align:    0.0 0.5;
+              text_class: "ilist_item";               
+           }
+        }
+      }
+      part {
+        name:           "event";
+        type:           RECT;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 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