Enlightenment CVS committal

Author  : titansoccer15
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/bits


Modified Files:
        box-groups.edc 


Log Message:

Allow scrollpanes to have a transparent background if their state set is 
"nobg".This fixes issues for the ugly looks of two scrollpanes stacked on top 
of eachother.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/box-groups.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- box-groups.edc      24 Feb 2006 23:39:34 -0000      1.4
+++ box-groups.edc      2 Mar 2006 01:59:25 -0000       1.5
@@ -22,6 +22,17 @@
                    smooth : 0;
                }
             }
+          description {
+               state,   "nobg" 0.0;
+               inherit, "default" 0.0;
+               image {
+                  normal, "e17_tranny.png";
+                  border, 7 7 7 7;
+               }
+               fill {
+                  smooth: 0;
+               }
+          }
        }    
        part {
            name:               "over";
@@ -83,6 +94,14 @@
                 transition: LINEAR 0.0;
                 target:     "focus";
         }
+       program {
+               name:      "nobg";
+               signal:    "nobg";
+               source:    "*";
+               action:    STATE_SET "nobg" 0.0;
+               transition: LINEAR 0.0;
+               target:    "background2";
+       }
     }    
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to