Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        treehead-groups.edc 


Log Message:
- display a sorting arrow in the header of the tree.
  - these seems to cause a slight sizing issue with the rows in the tree as
    they get shifted left the width of the sort arrow.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/bits/treehead-groups.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- treehead-groups.edc 20 Aug 2006 20:53:42 -0000      1.3
+++ treehead-groups.edc 20 Aug 2006 23:32:34 -0000      1.4
@@ -39,3 +39,67 @@
        }
 }
 
+group {
+       name, "tree/header/ascending/body";
+       min, 16 16;
+
+       parts {
+               part {
+                       name, "uback";
+                       mouse_events, 0;
+                       description {
+                               state, "default" 0.0;
+                               min, 16 16;
+                               image {
+                                       normal, "stock-arrow_down.png";
+                               }
+                               fill {
+                                       smooth: 0;
+                               }
+                       }
+               }
+       }
+}
+
+group {
+       name, "tree/header/descending/body";
+       min, 16 16;
+       parts {
+               part {
+                       name, "dback";
+                       mouse_events, 0;
+                       description {
+                               state, "default" 0.0;
+                               min, 16 16;
+                               image {
+                                       normal, "stock-arrow_up.png";
+                               }
+                               fill {
+                                       smooth: 0;
+                               }
+                       }
+               }
+       }
+}
+
+group {
+       name, "tree/header/blank/body";
+       min, 16 16;
+       parts {
+               part {
+                       name, "dback";
+                       mouse_events, 0;
+                       description {
+                               state, "default" 0.0;
+                               min, 16 16;
+                               image {
+                                       normal, "blank.png";
+                               }
+                               fill {
+                                       smooth: 0;
+                               }
+                       }
+               }
+       }
+}
+



-------------------------------------------------------------------------
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