Enlightenment CVS committal Author : moom Project : e17 Module : libs/etk
Dir : e17/libs/etk/data/themes/default/widgets Modified Files: notebook.edc Log Message: * The notebook's tabs should be deactivated by default =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/notebook.edc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- notebook.edc 20 Oct 2006 17:51:44 -0000 1.10 +++ notebook.edc 11 Apr 2007 15:36:52 -0000 1.11 @@ -57,7 +57,7 @@ mouse_events: 0; description { state: "default" 0.0; - color: 255 255 255 255; + color: 255 255 255 100; rel1 { to: "label_under_rect"; } @@ -73,9 +73,9 @@ } } description { - state: "inactive" 0.0; + state: "active" 0.0; inherit: "default" 0.0; - color: 255 255 255 100; + color: 255 255 255 255; } } part { @@ -126,7 +126,7 @@ mouse_events: 0; description { state: "default" 0.0; - color: 255 255 255 0; + color: 255 255 255 255; rel1 { relative: 0.0 1.0; offset: 2 -5; @@ -145,9 +145,9 @@ } } description { - state: "inactive" 0.0; + state: "active" 0.0; inherit: "default" 0.0; - color: 255 255 255 255; + color: 255 255 255 0; } } } @@ -156,7 +156,7 @@ name: "tab_activate"; signal: "etk,state,on"; source: "etk"; - action: STATE_SET "default" 0.0; + action: STATE_SET "active" 0.0; transition: LINEAR 0.2; target: "label_under"; target: "shadow"; @@ -165,7 +165,7 @@ name: "tab_deactivate"; signal: "etk,state,off"; source: "etk"; - action: STATE_SET "inactive" 0.0; + action: STATE_SET "default" 0.0; transition: LINEAR 0.2; target: "label_under"; target: "shadow"; ------------------------------------------------------------------------- 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