GNOME Bugzilla – Bug 634344
GtkCellRendererText accessors
Last modified: 2011-02-04 16:12:22 UTC
I need accessors for background_set foreground_set background editable text (There are more fields and no apparent reason for not having getters and setters for them too. The above are just the ones I hit.)
Those are properties, so you can use the g_object_get/set() API. I'm not very sure if it's worth adding new api here.
Cell renderers don't normally have accessor functions and if that were to change, it should be a decision for all renderers. Otherwise nothing is ‘needed’ here.
Just use the properties.