gtk::rc_parse_string
void gtk::rc_parse_string(string rc_string);
Parse resource information directly from a string. This can be used
to dynamically change colors and background images for whole
widgets and widget classes at once.
There is an example at
GtkTooltips::set_colors.