Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        stock-groups.edc stock-images.edc 


Log Message:
- make a stock up and stock home button
- convert ewl_fileselector to use these stock buttons
- move the Ewl_Response_Type into the ewl_enum.h

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/stock-groups.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- stock-groups.edc    27 Jul 2004 05:23:14 -0000      1.4
+++ stock-groups.edc    21 Dec 2004 04:15:55 -0000      1.5
@@ -295,3 +295,57 @@
     }
   }
 
+  group {
+    name, "stock_arrow_up";
+    min, 16 16;
+    max, 256 256;
+    parts {
+      part {
+        name, "arrow_up";
+       type, IMAGE;
+       mouse_events, 0;
+       description {
+         state,    "default" 0.0;
+         rel1 {
+           relative, 0.0  0.0;
+           offset,   0    0;
+         }
+         rel2 {
+           relative, 1.0  1.0;
+           offset,   0   0;
+         }
+         image {
+           normal, "arrow-up.png";
+         }
+       }
+      }
+    }
+  }
+
+  group {
+    name, "stock_home";
+    min, 16 16;
+    max, 256 256;
+    parts {
+      part {
+        name, "quit";
+       type, IMAGE;
+       mouse_events, 0;
+       description {
+         state,    "default" 0.0;
+         rel1 {
+           relative, 0.0  0.0;
+           offset,   0    0;
+         }
+         rel2 {
+           relative, 1.0  1.0;
+           offset,   0   0;
+         }
+         image {
+           normal, "stock-home.png";
+         }
+       }
+      }
+    }
+  }
+
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/stock-images.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- stock-images.edc    27 Jul 2004 05:23:14 -0000      1.4
+++ stock-images.edc    21 Dec 2004 04:15:55 -0000      1.5
@@ -9,3 +9,4 @@
 image, "stock-save.png"   LOSSY 98;
 image, "stock-stop.png"   LOSSY 98;
 image, "stock-quit.png"   LOSSY 98;
+image, "stock-home.png"   LOSSY 98;




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to