I’m hoping that someone already has a solution to this, but I couldn’t find one via Google Code Search.
What I want is a GtkCellRenderer that can render markup which contains links, exactly like a modern GtkLabel can. If it can also render small 16px inline images, that would be pretty awesome bonus.
Before I write it myself, does anyone already have one of these (with a GPL-compatible license)?
AFAIR Tristan (http://blogs.gnome.org/tvb/) worked in that direction. Want to believe he even suggested factoring out GtkLabel’s rendering code into a cell renderer, but might be daydreaming there.