* directly is also simple. The #GtkIconTheme object acts
* as a database of all the icons in the current theme. You
* can create new #GtkIconTheme objects, but it’s much more
- * efficient to use the standard icon theme for the #GdkScreen
+ * efficient to use the standard icon theme for the #GdkDisplay
* so that the icon information is shared with other people
* looking up icons.
* |[<!-- language="C" -->
/**
* gtk_style_context_reset_widgets:
- * @display: a #GdkScreen
+ * @display: a #GdkDisplay
*
* This function recomputes the styles for all widgets under a particular
- * #GdkScreen. This is useful when some global parameter has changed that
+ * #GdkDisplay. This is useful when some global parameter has changed that
* affects the appearance of all widgets, because when a widget gets a new
* style, it will both redraw and recompute any cached information about
* its appearance. As an example, it is used when the color scheme changes
/**
* gtk_style_context_remove_provider_for_display:
- * @display: a #GdkScreen
+ * @display: a #GdkDisplay
* @provider: a #GtkStyleProvider
*
* Removes @provider from the global style providers list in @display.
* previously set default font options.
*
* Sets the #cairo_font_options_t used for Pango rendering in this widget.
- * When not set, the default font options for the #GdkScreen will be used.
+ * When not set, the default font options for the #GdkDisplay will be used.
*
* Since: 3.18
**/
* @widget: a #GtkWidget
*
* Returns the #cairo_font_options_t used for Pango rendering. When not set,
- * the defaults font options for the #GdkScreen will be used.
+ * the defaults font options for the #GdkDisplay will be used.
*
* Returns: (transfer none) (nullable): the #cairo_font_options_t or %NULL if not set
*
*
* Note that this function can only be called when the #GtkWidget
* is attached to a toplevel, since the settings object is specific
- * to a particular #GdkScreen.
+ * to a particular #GdkDisplay.
*
* Returns: (transfer none): the relevant #GtkSettings object
*/