Enlightenment CVS committal Author : codewarrior Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_fileman.edc Log Message: - change font when something is selected =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_fileman.edc,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- default_fileman.edc 30 Oct 2005 08:48:07 -0000 1.15 +++ default_fileman.edc 31 Oct 2005 10:08:41 -0000 1.16 @@ -938,6 +938,7 @@ type: TEXT; effect: SHADOW; description { + state: "default" 0.0; rel1 { relative: 0.0 1.0; offset: 5 -6; @@ -956,6 +957,13 @@ // min: 1 1; } } + description { + state: "clicked" 0.0; + inherit: "default" 0.0; + text { + font: "Edje-Vera-Bold"; + } + } } part { name: "icon_event"; @@ -1018,11 +1026,19 @@ } programs { program { - name: "button_click"; - signal: "mouse,down,1"; - source: ""; - action: SIGNAL_EMIT "clicked" ""; - } + name: "clicked"; + signal: "clicked"; + source: ""; + action: STATE_SET "clicked" 0.0; + target: "icon_title"; + } + program { + name: "unclicked"; + signal: "unclicked"; + source: ""; + action: STATE_SET "default" 0.0; + target: "icon_title"; + } } } ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs