From 3fa9846399fd223041dcfd188d1685d442149d59 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Mon, 7 Oct 2013 15:33:31 +0200 Subject: [PATCH] Improve doc of gtk_widget_override_color() Mention that it's not recursively applied to a container's children. https://bugzilla.gnome.org/show_bug.cgi?id=566945 --- gtk/gtkwidget.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 38c3e353b0..fb6982da02 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -9064,6 +9064,11 @@ _gtk_widget_get_modifier_properties (GtkWidget *widget) * * All other style values are left untouched. * + * This function does not act recursively. Setting the color of a + * container does not affect its children. Note that some widgets that + * you may not think of as containers, for instance #GtkButtons, + * are actually containers. + * * * This API is mostly meant as a quick way for applications to * change a widget appearance. If you are developing a widgets