[pygtk] Add tool tips to cells in a liststore.
Timo
timomlists at gmail.com
Tue Nov 23 01:18:54 WST 2010
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
More information about the pygtk
mailing list