On 22-11-10 17:35, Gerald Britton wrote:
Hi -- is it possible (and how would I?) add tool tips to cells in a
ltk.ListStore?  I want to have the tips display on mouseover events.

I never had to do this, but you could check out the following gtk.TreeView methods:
set_tooltip_column()
set_tooltip_cell()
set_tooltip_row()

http://library.gnome.org/devel/pygtk/stable/class-gtktreeview.html

Cheers,
Timo
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to