Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container/layout/default


Modified Files:
        default.c 


Log Message:
added two functions to the container plugin

post_init : basically allows you to add callbacks and plugin specific stuff,
once at the startup

changed : this gets called every time the container is modified, item
appended/deleted/scrolled etc.  

You should be able to do whatever you want from the plugin side now :)

Also fix the broken transparency setting.  Visibility of the container is
always transparent if there are 0 elements.  

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/esmart/src/container/layout/default/default.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- default.c   14 Jan 2004 04:32:58 -0000      1.4
+++ default.c   24 Jan 2004 20:21:23 -0000      1.5
@@ -44,10 +44,6 @@
   
   
   evas_object_color_get(cont->clipper, &r, &g, &b, NULL);
-  if(num > 0)
-         evas_object_color_set(cont->clipper, r,g,b, cont->clipper_orig_alpha);
-  else
-         evas_object_color_set(cont->clipper, r,g,b, 0);
 
   for (l = cont->elements; l; l = l->next)
   {




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to