Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

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


Modified Files:
        entice.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/entice/entice.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entice.c    22 Jan 2004 20:19:37 -0000      1.5
+++ entice.c    24 Jan 2004 20:23:13 -0000      1.6
@@ -20,7 +20,6 @@
   double w, h;
   double ey = 0.0, ex = 0.0;
 
-  evas_object_color_set (cont->clipper, 255, 255, 255, 255);
   if (!(center_el = evas_list_nth_list (cont->elements, _entice_current)))
     return;
 




-------------------------------------------------------
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