Package: gtk
Function gtk-style-context-add-provider-for-screen
Lambda Listgtk-style-context-add-provider-for-screen (screen provider priority) ArgumentsDetails
Adds a global style provider to the screen, which will be used in style
construction for all style contexts under the screen. The lower the priority of the style provider is, the earlier it will be used in the style construction. Typically this will be in the range between the +gtk-style-provider-priority-fallback+ and +gtk-style-provider-priority-user+ priorities. GTK uses this to make styling information from the gtk-settings object available. Note | See also |
*2021-11-30