Hello, i've a problem with GtkTooltips:
self.tooltips = gtk.Tooltips()
self.tooltips.set_tip(widget, "String" ",tip_private=None)
self.tooltips.set_delay(500)
and i get this error:
DeprecationWarning: self.tooltips.set_delay(500)
the delay only works the first time, but then does not works (the real delay becomes
to 0)
somebody has some suggestion?
--
l o r c a
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/