Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/themes/e17/groups Modified Files: combo.edc Log Message: theme for the expandable combo =================================================================== RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/combo.edc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- combo.edc 2 Jan 2007 17:02:17 -0000 1.4 +++ combo.edc 15 Mar 2007 06:02:37 -0000 1.5 @@ -295,7 +295,6 @@ source: "EWL"; action: STATE_SET "highlighted" 0.0; target: "highlight"; - transition: DECELERATE 0.5; } program { @@ -304,7 +303,80 @@ source: "EWL"; action: STATE_SET "default" 0.0; target: "highlight"; - transition: ACCELERATE 0.01; + } + } +} + +group +{ + name: "ewl/combo/popup/submenu"; + + data { + item: "inset/right" 10; + } + + parts + { + part + { + name: "highlight"; + mouse_events: 0; + type: RECT; + description + { + state: "default" 0.0; + visible: 0; + rel1 + { + offset: -4 -4; + } + rel2 + { + offset: 3 3; + } + color: 245 205 109 102; + } + description + { + state: "highlighted" 0.0; + inherit: "default" 0.0; + visible: 1; + } + } + part { + name: "arrow"; + + description + { + state: "default" 0.0; + + rel1.relative: 1.0 0.5; + rel1.offset: -8 -6; + rel2.relative: 1.0 0.5; + rel2.offset: -2 6; + + image.normal: "e17_menu_arrow.png"; + } + } + } + + programs + { + program + { + name: "highlight"; + signal: "mouse,in"; + source: "EWL"; + action: STATE_SET "highlighted" 0.0; + target: "highlight"; + } + program + { + name: "un-highlight"; + signal: "mouse,out"; + source: "EWL"; + action: STATE_SET "default" 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