Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_menu.edc 


Log Message:
Menu titles

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_menu.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- default_menu.edc    10 Oct 2005 12:16:18 -0000      1.11
+++ default_menu.edc    9 Aug 2006 15:24:34 -0000       1.12
@@ -80,14 +80,102 @@
         }
       }
       part {
+        name:          "title_bg";
+        description {
+           state:    "default" 0.0;
+           rel1 {
+              to:       "title_overlay";
+           }
+           rel2 {
+              to:       "title_overlay";
+           }
+           image {
+              normal: "e17_ibar_bg_h.png";
+              border: 6 6 6 6;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+      }
+      part {
+        name:          "title";
+        type:          TEXT;
+        effect:        SHADOW;
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+            visible:  0;
+           fixed:    0 1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+           }
+           rel2 {
+              relative: 1.0  0.0;
+              offset:   -1   0;
+           }
+           color: 0 0 0 255;
+           color3: 255 255 255 128;
+           text {
+              text:     "Menu Label";
+              font:     "Edje-Vera-Bold";
+              size:     12;
+              min:      1 0;
+              align:    0.5 0.7;
+              text_class: "menu_title";
+           }
+        }
+        description {
+           state:    "active" 0.0;
+           inherit:  "default" 0.0;
+           visible:  1;
+           rel1 {
+              relative: 0.0  0.0;
+              offset:   0    0;
+           }
+           rel2 {
+              relative: 1.0  0.0;
+              offset:   -1   26;
+           }
+        }
+      }
+      part {
+        name:          "title_overlay";
+        mouse_events:  0;
+        description {
+           state:    "default" 0.0;
+           align:    0.5 1.0;
+           rel1 {
+              relative: 0.0 0.0;
+              offset:  16   0;
+              to_y: "title";
+           }
+           rel2 {
+              relative: 1.0 1.0;
+              offset:  -17  0;
+              to_y: "title";
+           }
+           image {
+              normal: "e17_ibar_over_h.png";
+              border: 13 13 13 13;
+              middle: 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+      }
+      part {
         name:          "items";
         mouse_events:  0;
         type:          SWALLOW;
         description {
            state:    "default" 0.0;
            rel1 {
-              relative: 0.0  0.0;
-              offset:   1    1;
+              to_y:     "title";
+              relative: 0.0  1.0;
+              offset:   1    0;
            }
            rel2 {
               relative: 1.0  1.0;
@@ -95,6 +183,22 @@
            }
            color:       0 0 0 0;
         }
+      }
+   }
+   programs {
+      program {
+        name:    "on";
+        signal:  "title,on";
+        source:  "";
+        action:  STATE_SET "active" 0.0;
+        target:  "title";
+      }
+      program {
+        name:    "off";
+        signal:  "title,off";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+        target:  "title";
       }
    }
 }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to