The Saltydog said: > I have a column of different pixbufs in my SimpleList. Now I am in the > need of displaying a tooltip each pixbuf, but how can I do this as > they are not widgets?
The fact that a pixbuf is not a windowed widget is the least of your problems: http://bugzilla.gnome.org/show_bug.cgi?id=80980 It is possible, however tedious, to hack together similar functionality for yourself, using the window type 'popup' and handling the treeview's pointer input manually. But beware the interactions with drag and drop. -- muppet <scott at asofyet dot org> _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
