Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_color_well.edc Log Message: Added a "disabled" state for color well widget. =================================================================== RCS file: /cvs/e/e17/apps/e/data/themes/default_color_well.edc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- default_color_well.edc 23 Aug 2006 03:39:01 -0000 1.4 +++ default_color_well.edc 3 Oct 2006 14:13:42 -0000 1.5 @@ -73,6 +73,11 @@ smooth: 0; } } + description + { + state: "disabled" 0.0; + inherit: "default" 0.0; + } } } programs { @@ -82,5 +87,21 @@ source: "overlay"; action: SIGNAL_EMIT "e,action,click" ""; } + program + { + name: "disable"; + signal: "e,state,disabled"; + source: "e"; + action: STATE_SET "disabled" 0.0; + target: "overlay"; + } + program + { + name: "enable"; + signal: "e,state,enabled"; + source: "e"; + action: STATE_SET "default" 0.0; + target: "overlay"; + } } } ------------------------------------------------------------------------- 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