Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        tree.edc 


Log Message:
- add a highlight callback to the models. 
  - for tree2 you can now specify if a row is to be highlighted on mouse_in.
  - Note, this API may change in the future to be row/cell based depending on
    the tree selection mode.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/tree.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- tree.edc    16 Mar 2007 02:54:10 -0000      1.10
+++ tree.edc    1 Apr 2007 17:03:08 -0000       1.11
@@ -320,32 +320,6 @@
                }
                part
                {
-                       name: "highlight";
-                       mouse_events: 0;
-                       type: RECT;
-                       description
-                       {
-                               state: "default" 0.0;
-                               visible: 0;
-                               rel1 
-                               {
-                                       offset: -4 -4;
-                               }
-                               rel2
-                               {
-                                       offset: 3 3;
-                               }
-                               color: 251 243 219 255;
-                       }
-                       description
-                       {
-                               state: "highlighted" 0.0;
-                               inherit: "default" 0.0;
-                               visible: 1;
-                       }
-               }
-               part
-               {
                        name: "selected";
                        mouse_events: 0;
                        type: RECT;
@@ -408,24 +382,6 @@
                        action: STATE_SET "default" 0.0;
                        transition: ACCELERATE 0.01;
                        target: "selected";
-               }
-               program
-               {
-                       name: "highlight";
-                       signal: "mouse,in";
-                       source: "*";
-                       action: STATE_SET "highlighted" 0.0;
-                       transition: LINEAR 0.0;
-                       target: "highlight";
-               }
-               program
-               {
-                       name: "un-highlight";
-                       signal: "mouse,out";
-                       source: "*";
-                       action: STATE_SET "default" 0.0;
-                       transition: LINEAR 0.0;
-                       target: "highlight";
                }
        }
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to