Enlightenment CVS committal Author : lordchaos Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/themes/e17/bits Modified Files: treebg-groups.edc Removed Files: treeselect-groups.edc Log Message: * Tree patch from titansoccer15 - Make row highlighting slightly more obvious =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/treebg-groups.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- treebg-groups.edc 30 Dec 2005 07:04:38 -0000 1.2 +++ treebg-groups.edc 1 Jan 2006 05:34:39 -0000 1.3 @@ -2,8 +2,8 @@ name, "row_background"; data { - item, "inset/top" "1"; - item, "inset/bottom" "1"; + item, "inset/top" "2"; + item, "inset/bottom" "2"; item, "inset/left" "2"; item, "inset/right" "2"; } @@ -44,9 +44,55 @@ } color, 255 255 255 200; } - } + } + part { + name, "tree-select"; + mouse_events, 0; + description { + state, "default" 0.0; + image { + normal, "e17_tranny.png"; + } + fill { + smooth : 0; + } + } + description { + state, "selected" 0.0; + rel1 { + relative, 0.0 0.0; + offset, 0 0; + } + rel2 { + relative, 1.0 1.0; + offset, -1 -1; + } + image { + normal, "e17_hhandle.png"; + border, 3 3 3 3; + } + color, 255 255 255 255; + } + } } - programs { + programs{ + program { + name: "selected"; + signal: "mouse,in"; + source: "*"; + action: STATE_SET "selected" 0.0; + transition: LINEAR 0.0; + target: "tree-select"; + } + program { + name: "default"; + signal: "mouse,out"; + source: "*"; + action: STATE_SET "default" 0.0; + transition: LINEAR 0.0; + target: "tree-select"; + } + program { name: "odd"; signal: odd; ------------------------------------------------------- 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