Deprecation warning: gtk.Tooltips deprecated in pygtk 2.12master
commit581d7223a7dcaedf75c3ed410096ba3270e4f6f6
authorJim Ramsay <jim.ramsay@motorola.com>
Thu, 18 Mar 2010 14:52:04 +0000 (18 10:52 -0400)
committerJim Ramsay <jim.ramsay@motorola.com>
Thu, 18 Mar 2010 14:52:04 +0000 (18 10:52 -0400)
tree68ea5112f671bde34e9c789ec78a2a06ffd57f4e
parent1a019dbbe78756c23cc2220df6f23345aec4e9c4
Deprecation warning: gtk.Tooltips deprecated in pygtk 2.12

Runtime-detect whether we should use the old gtk.Tooltips interface, or the new
gtk.Widget.set_tooltip_text based on the pygtk version.
ROX-Lib2/python/rox/OptionsBox.py