Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/themes/e17/groups Modified Files: tree.edc Log Message: let the theme do the highlight =================================================================== RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/tree.edc,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- tree.edc 1 Apr 2007 17:03:08 -0000 1.11 +++ tree.edc 1 Apr 2007 23:06:40 -0000 1.12 @@ -320,6 +320,32 @@ } 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; @@ -382,6 +408,24 @@ action: STATE_SET "default" 0.0; transition: ACCELERATE 0.01; target: "selected"; + } + program + { + name: "highlight"; + signal: "highlight,on"; + source: "EWL"; + action: STATE_SET "highlighted" 0.0; + transition: LINEAR 0.0; + target: "highlight"; + } + program + { + name: "un-highlight"; + signal: "highlight,off"; + source: "EWL"; + 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