GNOME Bugzilla – Bug 87537
CellRenderers missing in TreeView classes
Last modified: 2004-12-22 21:47:04 UTC
On the "TreeView classes" page: http://gtkmm.org/gtkmm2/reference/html/group__TreeView.html I believe that the CellRenderer classes is missing, since they are widely used when you are using TreeView and friends. In the GTK+ 2.0 Reference manual, they stack up between each other as well: http://developer.gnome.org/doc/API/2.0/gtk/index.html. I don't feel very confident in editing the gtkmm "macro" source code, so I'm unable to create a patch.
Done. For the educational value, here's the patch showing how.