Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

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


Modified Files:
        treebg-groups.edc 


Log Message:
Fix up some tree row themeing so that you get highlighted rows and a selected 
row.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/bits/treebg-groups.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- treebg-groups.edc   10 Aug 2006 23:21:54 -0000      1.9
+++ treebg-groups.edc   7 Sep 2006 02:39:20 -0000       1.10
@@ -277,6 +277,32 @@
          }
       }
       part {
+        name: "highlight";
+        mouse_events: 0;
+         description {
+            state:    "default" 0.0;
+            visible:  0;
+            rel1 {
+               offset: -4 -4;
+            }
+            rel2 {
+               offset: 3 3;
+            }
+            image {
+               normal: "row_select.png";
+               border: 8 8 8 8;
+            }
+            fill {
+               smooth: 0;
+            }
+         }
+        description {
+           state: "highlighted" 0.0;
+           inherit: "default" 0.0;
+           visible: 1;
+        }
+      }
+      part {
          name:          "title_glint_3";
          mouse_events:  0;
          description {
@@ -322,7 +348,7 @@
    programs {
       program {
          name:    "go_active_pre";
-         signal:  "mouse,in";
+         signal:  "tree-selected";
          source:  "*";
          action:  STATE_SET "default" 0.0;
          target:  "title_bar";
@@ -396,7 +422,7 @@
       }
       program {
          name:    "go_passive_pre";
-         signal:  "mouse,out";
+         signal:  "tree-deselect";
          source:  "*";
          action:  STATE_SET "active" 0.0;
          target:  "title_bar";
@@ -439,7 +465,23 @@
          action:     STATE_SET "even" 0.0;
          transition: LINEAR 0.0;
          target:     row_background;
-      }    
+      }
+      program {
+        name:       "mousein";
+        signal:     "mouse,in";
+        source:     "*";
+        action:     STATE_SET "highlighted" 0.0;
+        transition: LINEAR 0.0;
+        target:     highlight;
+      }
+      program {
+        name:       "mouseout";
+        signal:     "mouse,out";
+        source:     "*";
+        action:     STATE_SET "default" 0.0;
+        transition: LINEAR 0.0;
+        target:     highlight;
+      }
    }
 }
 



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