Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/etk/data/themes/default/widgets Modified Files: toolbar.edc Log Message: clickity click effect on toolbar buttons =================================================================== RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/toolbar.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- toolbar.edc 15 Aug 2006 17:43:29 -0000 1.2 +++ toolbar.edc 16 Aug 2006 14:24:24 -0000 1.3 @@ -108,6 +108,10 @@ visible: 1; color: 255 255 255 255; } + description { + state: "down" 0.0; + inherit: "default" 0.0; + } } part { name: "item_shadow1"; @@ -163,7 +167,7 @@ fill { smooth: 0; } - } + } description { state: "active" 0.0; inherit: "default" 0.0; @@ -356,6 +360,20 @@ } } programs { + program { + name: "button_pressed"; + signal: "pressed"; + source: ""; + action: STATE_SET "down" 0.0; + target: "item_shadow2"; + } + program { + name: "button_released"; + signal: "released"; + source: ""; + action: STATE_SET "active" 0.0; + target: "item_shadow2"; + } program { name: "go_active_pre"; signal: "enter"; ------------------------------------------------------------------------- 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