GNOME Bugzilla – Bug 116803
Non-wrapped CellRenderer properties
Last modified: 2004-12-22 21:47:04 UTC
The following properties are not wrapped into the Gtk::CellRenderer class: "cell-background" (gchararray : Write) Cell background color as a string. "cell-background-gdk" (GdkColor : Read / Write) Cell background color as a GdkColor. "cell-background-set" (gboolean : Read / Write) Whether this tag affects the cell background color. mentioned on the Gtk documentation: http://developer.gnome.org/doc/API/2.0/gtk/GtkCellRenderer.html
Confirmed. Unfortunately we can only add API in gtkmm 2.4.
Fixed in cvs for gtkmm 2.4. Thanks.