Hi,
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?
Thanks from a newbie
Ciao
Giovanni
--
The purpose of the Smalltalk project is to provide computer support for
the creative spirit in everyone. -- Dan Ingalls, 1981
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/