I am currently writing a CD player using pygtk and want to popup a tooltip over
each track in my CList containing the full title of the track if it's not fully
visible normally.

I know how to do it all except attaching the tooltip to the cell/row.
It should be something like:
        tt.set_tip(clist.get_row_data(track)
But get_row_data() returns nothing, so how do I do it?

Anyone?
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to