Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/test


Modified Files:
        esmart_main.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/test/esmart_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- esmart_main.c       20 Jan 2004 14:29:00 -0000      1.10
+++ esmart_main.c       24 Jan 2004 20:23:25 -0000      1.11
@@ -203,6 +203,7 @@
              e_container_element_append (cont, o);
            }
        }
+      evas_object_resize (cont, 300, 120);
       ecore_evas_show (ee);
       ecore_main_loop_begin ();
     }




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