Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/widgets


Modified Files:
        menu.edc paned.edc statusbar.edc 


Log Message:
* Fix some minor bugs of the default theme
* Add basic keyboard navigation in the tree, and fix multiple selection 
with in the TREE mode. Also add functions to the API to get the previous 
and the next row of a row


===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/menu.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- menu.edc    19 Dec 2005 13:30:32 -0000      1.5
+++ menu.edc    20 Dec 2005 18:25:27 -0000      1.6
@@ -620,7 +620,7 @@
            }
             image {
                normal: "menu_bar.png";
-               border: 2 2 2 2;
+               border: 0 0 3 3;
             }
             fill {
                smooth: 0;
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/paned.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- paned.edc   4 Dec 2005 14:54:56 -0000       1.4
+++ paned.edc   20 Dec 2005 18:25:27 -0000      1.5
@@ -23,8 +23,25 @@
          }
       }
       part {
+         name: "handle_clip";
+         type: RECT;
+         mouse_events: 0;
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 0 0;
+            }
+            rel2 {
+               relative: 1 1;
+               offset: -1 -1;
+            }
+         }
+      }
+      part {
          name: "handle";
          mouse_events: 0;
+         clip_to: "handle_clip";
          description {
             state: "default" 0.0;
             rel1 {
@@ -76,7 +93,7 @@
 
 group {
    name: "vpaned";
-   min: 60 8;
+   min: 60 7;
    parts {
       part {
          name: "separator";
@@ -99,8 +116,25 @@
          }
       }
       part {
+         name: "handle_clip";
+         type: RECT;
+         mouse_events: 0;
+         description {
+            state: "default" 0.0;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 0 0;
+            }
+            rel2 {
+               relative: 1 1;
+               offset: -1 -1;
+            }
+         }
+      }
+      part {
          name: "handle";
          mouse_events: 0;
+         clip_to: "handle_clip";
          description {
             state: "default" 0.0;
             rel1 {
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/etk/data/themes/default/widgets/statusbar.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- statusbar.edc       19 Dec 2005 13:30:32 -0000      1.5
+++ statusbar.edc       20 Dec 2005 18:25:27 -0000      1.6
@@ -17,7 +17,7 @@
             }
             image {
                normal: "status_bar.png";
-               border: 2 2 2 2;
+               border: 0 0 3 3;
             }
             fill {
                smooth: 0;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to