diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 7b88742d13..a3ddfe8198 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -9003,6 +9003,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