Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/default/bits


Modified Files:
        misc.edc misc.eet 


Log Message:
Add theme for separators.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/misc.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- misc.edc    17 Oct 2003 22:03:18 -0000      1.1
+++ misc.edc    22 Oct 2003 01:05:56 -0000      1.2
@@ -10,4 +10,66 @@
       programs {
       }
    }
+
+   group {
+      name, "vline";
+      max, 4, 10000;
+      data {
+          item, "pad/left" "2";
+          item, "pad/right" "2";
+          item, "pad/top" "2";
+          item, "pad/bottom" "2";
+      }
+      parts {
+         part {
+           name, "line";
+           type, RECT;
+           mouse_events, 0;
+           color_class, "foreground";
+           description {
+              state, "default" 0.0;
+              color, 0 0 0 255;
+              rel1 {
+                 relative, 0.0 0.0;
+                 offset,   1.0 1.0;
+              }
+              rel2 {
+                 relative, 1.0 1.0;
+                 offset,   -2.0 -2.0;
+              }
+           }
+        }
+      }
+   }
+
+   group {
+      name, "hline";
+      max, 10000, 4;
+      data {
+          item, "pad/left" "2";
+          item, "pad/right" "2";
+          item, "pad/top" "2";
+          item, "pad/bottom" "2";
+      }
+      parts {
+         part {
+           name, "line";
+           type, RECT;
+           mouse_events, 0;
+           color_class, "foreground";
+           description {
+              state, "default" 0.0;
+              color, 0 0 0 255;
+              rel1 {
+                 relative, 0.0 0.0;
+                 offset,   1.0 1.0;
+              }
+              rel2 {
+                 relative, 1.0 1.0;
+                 offset,   -2.0 -2.0;
+              }
+           }
+        }
+      }
+   }
 }
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/misc.eet,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvseB2c2Y and /tmp/cvsEHS8QN differ




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to