Enlightenment CVS committal

Author  : raster
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-ecore/ecore/evas


Modified Files:
        ecore.evas.c_ecore_evas_base.pxi 


Log Message:


support activate call in ecore_evas

===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_base.pxi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ecore.evas.c_ecore_evas_base.pxi    5 Nov 2007 22:05:54 -0000       1.11
+++ ecore.evas.c_ecore_evas_base.pxi    30 Jun 2008 08:49:41 -0000      1.12
@@ -438,6 +438,9 @@
     def lower(self):
         ecore_evas_lower(self.obj)
 
+    def activate(self):
+        ecore_evas_activate(self.obj)
+
     def title_set(self, char *t):
         ecore_evas_title_set(self.obj, t)
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to