Kenny Chamber wrote:
I need to trigger the execution of a callback to a 'delete-event' signal by using the emit() method of gobject.GObject, but to do that I have to pass a gtk.gdk.Event. Now, gtk.gtk.Event is an abstract class, so I can't create a new instance to pass to emit(). Is gtk.gdk.Event abstract by purpose, or simply its constructor hasn't been implemented yet? And, if the latter is true, what should I do to add the missing constructor?
The gtk.gdk.Event constructor has been implemented since PyGTK 2.2
John _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
