Enlightenment CVS committal Author : cmarcelo Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-evas/evas Modified Files: evas.c_evas_canvas.pxi Log Message: Python-Evas: adding Canvas.feed_hold() method. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/evas.c_evas_canvas.pxi,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- evas.c_evas_canvas.pxi 13 Nov 2007 21:55:32 -0000 1.16 +++ evas.c_evas_canvas.pxi 1 Apr 2008 21:07:04 -0000 1.17 @@ -37,6 +37,7 @@ font_cache, font_path_clear, font_path_append, font_path_prepend, font_path_list, font_available_list, font_hinting_can_hint, font_hinting_set, font_hinting_get, font_hinting + @group Event feeding: feed_hold @group Often unused: damage_rectangle_add, obscured_rectangle_add, obscured_clear, render_updates, render, norender, freeze_get, output_method_set, output_method_get, output_method @@ -519,6 +520,10 @@ def freeze_get(self): "@rtype: int" return evas_event_freeze_get(self.obj) + + # Event feeding + def feed_hold(self, int hold, unsigned int timestamp): + evas_event_feed_hold(self.obj, hold, timestamp, NULL) # Factory def Rectangle(self, **kargs): ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs