On 1/6/07, Christopher Backhouse <[EMAIL PROTECTED]> wrote:
Nope...
gobject.stop_emission(widget,'insert_text')
AttributeError: 'module' object has no attribute 'stop_emission'
stop_emission is a gobject.GObject method. Use like such:
something.stop_emission('signal')
David
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
