Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_label.edc default_slider.edc 


Log Message:


added 2 more config dialogs. examples of slider

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_label.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_label.edc   12 Oct 2005 23:00:45 -0000      1.2
+++ default_label.edc   19 Nov 2005 06:10:51 -0000      1.3
@@ -1,6 +1,3 @@
-images {
-   image: "focus.png" COMP;
-}
 group {
    name: "widgets/label";
    parts {
@@ -11,19 +8,18 @@
         mouse_events:   0;
         description {
            state: "default" 0.0;
-           min:      16 16;
            rel1 {
               relative: 0.0  0.0;
-              offset:   4    4;
+              offset:   2 2;
            }
            rel2 {
               relative: 1.0  1.0;
-              offset:   -5 -5;
+              offset:   -3 -3;
            }
            color: 0 0 0 255;
            color3: 255 255 255 128;
            text {
-              text:     "Check Button";
+              text:     "Label";
               font:     "Edje-Vera";
               size:     10;
               min:      1 1;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_slider.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- default_slider.edc  19 Nov 2005 03:22:06 -0000      1.4
+++ default_slider.edc  19 Nov 2005 06:10:51 -0000      1.5
@@ -13,36 +13,34 @@
    name: "widgets/slider_vertical";
    parts {
       part {
-        name: "sld";
-        type: RECT;
-        mouse_events: 0;
-        description {
-           state: "default" 0.0;
-           min: 16 16;
-        }      
-      }
-      part {
         name: "sld_base";
         type: RECT;
-        clip_to: "sld";
         mouse_events: 1;
         description {
            state: "default" 0.0;
            color: 0 0 0 0;
+           rel1 {
+              offset: 2 2;
+           }
+           rel2 {
+              offset: -3 -3;
+           }
         }
         description {
            state: "active" 0.0;
            color: 0 0 0 0;
+           rel1 {
+              offset: 2 2;
+           }
            rel2 {
               to_y: "label_over";
               relative: 1.0  0.0;
-              offset:   -1   -1;
+              offset:   -3   -1;
            }
         }
       }
       part {
         name: "sld_runner";
-        clip_to: "sld";
         mouse_events: 0;
         description {
            state: "default" 0.0;
@@ -106,11 +104,11 @@
            align: 0.5 1.0;
            rel1 {
               relative: 0.0  1.0;
-              offset:   4    -5;
+              offset:   7    -8;
            }
            rel2 {
               relative: 1.0  1.0;
-              offset:   -5    -5;
+              offset:   -8  -8;
            }
            color: 0 0 0 255;
            text {
@@ -142,7 +140,7 @@
            rel2 {
               to:       "label";
               relative: 1.0  1.0;
-              offset:   2    2;
+              offset:   2    3;
            }
            image {
               normal: "e17_frame_label_over.png";
@@ -156,7 +154,6 @@
       part {
         name: "sld_p1";
         type: RECT;
-        clip_to: "sld";
         mouse_events: 1;
         description {
            state: "default" 0.0;
@@ -171,7 +168,6 @@
       part {
         name: "sld_p2";
         type: RECT;
-        clip_to: "sld";
         mouse_events: 1;
         description {
            state: "default" 0.0;
@@ -210,29 +206,6 @@
         }
       }
       part {
-        name: "focus";
-        mouse_events: 0;
-        description {
-           state: "default" 0.0;
-           visible: 0;
-           color: 255 255 255 0;
-           image {
-              normal: "focus.png";
-              border: 7 7 7 7;
-              middle: 0;
-           }
-           fill {
-              smooth: 0;
-           }
-        }
-        description {
-           state: "focused" 0.0;
-           inherit: "default" 0.0;
-           visible: 1;
-           color: 255 255 255 255;
-        }
-      }
-      part {
         name: "slider_img";
         mouse_events: 0;
         description {
@@ -258,6 +231,29 @@
         }
       }
       part {
+        name: "focus";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           visible: 0;
+           color: 255 255 255 0;
+           image {
+              normal: "focus.png";
+              border: 7 7 7 7;
+              middle: 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state: "focused" 0.0;
+           inherit: "default" 0.0;
+           visible: 1;
+           color: 255 255 255 255;
+        }
+      }
+      part {
         name: "slider_glow";
         mouse_events: 0;
         description {
@@ -378,36 +374,34 @@
    name: "widgets/slider_horizontal";
    parts {
       part {
-        name: "sld";
-        type: RECT;
-        mouse_events: 0;
-        description {
-           state: "default" 0.0;
-           min: 16 16;
-        }
-      }
-      part {
         name: "sld_base";
         type: RECT;
-        clip_to: "sld";
         mouse_events: 1;
         description {
            state: "default" 0.0;
            color: 0 0 0 0;
+           rel1 {
+              offset: 2 2;
+           }
+           rel2 {
+              offset: -3 -3;
+           }
         }
         description {
            state: "active" 0.0;
            color: 0 0 0 0;
+           rel1 {
+              offset: 2 2;
+           }
            rel2 {
               to_x: "label_over";
               relative: 0.0  1.0;
-              offset:   -1   -1;
+              offset:   -1   -3;
            }
         }
       }
       part {
         name: "sld_runner";
-        clip_to: "sld";
         mouse_events: 0;
         description {
            state: "default" 0.0;
@@ -471,11 +465,11 @@
            align: 1.0 0.5;
            rel1 {
               relative: 1.0  0.0;
-              offset:   -1   4;
+              offset:   -8   7;
            }
            rel2 {
               relative: 1.0  1.0;
-              offset:   -5    -5;
+              offset:   -8  -8;
            }
            color: 0 0 0 255;
            text {
@@ -507,7 +501,7 @@
            rel2 {
               to:       "label";
               relative: 1.0  1.0;
-              offset:   2    2;
+              offset:   2    3;
            }
            image {
               normal: "e17_frame_label_over.png";
@@ -521,7 +515,6 @@
       part {
         name: "sld_p1";
         type: RECT;
-        clip_to: "sld";
         mouse_events: 1;
         description {
            state: "default" 0.0;
@@ -536,7 +529,6 @@
       part {
         name: "sld_p2";
         type: RECT;
-        clip_to: "sld";
         mouse_events: 1;
         description {
            state: "default" 0.0;
@@ -551,7 +543,6 @@
       part {
         name: "slider";
         type: RECT;
-        clip_to: "sld";
         mouse_events: 1;
         dragable {
            x: 1 1 0;
@@ -576,29 +567,6 @@
         }
       }
       part {
-        name: "focus";
-        mouse_events: 0;
-        description {
-           state: "default" 0.0;
-           visible: 0;
-           color: 255 255 255 0;
-           image {
-              normal: "focus.png";
-              border: 7 7 7 7;
-              middle: 0;
-           }
-           fill {
-              smooth: 0;
-           }
-        }
-        description {
-           state: "focused" 0.0;
-           inherit: "default" 0.0;
-           visible: 1;
-           color: 255 255 255 255;
-        }
-      }
-      part {
         name: "slider_img";
         mouse_events: 0;
         description {
@@ -624,6 +592,29 @@
         }
       }
       part {
+        name: "focus";
+        mouse_events: 0;
+        description {
+           state: "default" 0.0;
+           visible: 0;
+           color: 255 255 255 0;
+           image {
+              normal: "focus.png";
+              border: 7 7 7 7;
+              middle: 0;
+           }
+           fill {
+              smooth: 0;
+           }
+        }
+        description {
+           state: "focused" 0.0;
+           inherit: "default" 0.0;
+           visible: 1;
+           color: 255 255 255 255;
+        }
+      }
+      part {
         name: "slider_glow";
         mouse_events: 0;
         description {




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to