diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index e0c8ebfe82..e7788162f6 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -1235,6 +1235,10 @@ gtk_style_context_new (void) * %GTK_STYLE_PROVIDER_PRIORITY_USER * * Adds a style provider to @context, to be used in style construction. + * Note that a style provider added by this function only affects + * the style of the widget to which @context belongs. If you want + * to affect the style of all widgets, use + * gtk_style_context_add_provider_for_screen(). * * If both priorities are the same, A #GtkStyleProvider * added through this function takes precedence over another added @@ -1332,8 +1336,7 @@ gtk_style_context_reset_widgets (GdkScreen *screen) * %GTK_STYLE_PROVIDER_PRIORITY_USER * * Adds a global style provider to @screen, which will be used - * in style construction for all #GtkStyleContexts under - * @screen. + * in style construction for all #GtkStyleContexts under @screen. * * GTK+ uses this to make styling information from #GtkSettings * available.