Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/data/themes/e17/bits Modified Files: menu-item.edc Log Message: - patch from pfritz to fix the menu mouse,out stuff. the menu items should correctly unhighlight now =================================================================== RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/bits/menu-item.edc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- menu-item.edc 8 Jan 2006 21:54:01 -0000 1.4 +++ menu-item.edc 25 May 2006 18:58:37 -0000 1.5 @@ -402,9 +402,18 @@ programs { program { - name: "go_active"; + name: "go_active_pre"; signal: "mouse,in"; source: "*"; + action: STATE_SET "default" 0.0; + target: "title_outline"; + target: "title_bar"; + target: "title_shadow1"; + target: "title_shadow2"; + after: "go_active"; + } + program { + name: "go_active"; action: STATE_SET "active" 0.0; target: "title_outline"; target: "title_bar"; @@ -470,9 +479,18 @@ } program { - name: "go_passive"; + name: "go_passive_pre"; signal: "mouse,out"; source: "*"; + action: STATE_SET "active" 0.0; + target: "title_outline"; + target: "title_bar"; + target: "title_shadow1"; + target: "title_shadow2"; + after: "go_passive"; + } + program { + name: "go_passive"; action: STATE_SET "default" 0.0; target: "title_shadow2"; transition: LINEAR 0.1; @@ -919,9 +937,18 @@ programs { program { + name: "go_active_pre"; + signal: "mouse,in"; + source: "*"; + action: STATE_SET "default" 0.0; + target: "title_outline"; + target: "title_bar"; + target: "title_shadow1"; + target: "title_shadow2"; + after: "go_active"; + } + program { name: "go_active"; - signal: "mouse,in"; - source: "*"; action: STATE_SET "active" 0.0; target: "title_outline"; target: "title_bar"; @@ -987,9 +1014,18 @@ } program { - name: "go_passive"; + name: "go_passive_pre"; signal: "mouse,out"; source: "*"; + action: STATE_SET "active" 0.0; + target: "title_outline"; + target: "title_bar"; + target: "title_shadow1"; + target: "title_shadow2"; + after: "go_passive"; + } + program { + name: "go_passive"; action: STATE_SET "default" 0.0; target: "title_shadow2"; transition: LINEAR 0.1; ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs