Package: gtk

Function gtk-style-context-reset-widgets

Lambda List

gtk-style-context-reset-widgets (screen)

Arguments

screen -- a gdk-screen object

Details

This function recomputes the styles for all widgets under a particular screen. 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 in the related gtk-settings object.
 

See also

*2021-11-30