Package: gtk
Function gtk-style-context-add-provider
Lambda Listgtk-style-context-add-provider (context provider priority) ArgumentsDetails
Adds a style provider to the style context, to be used in style
construction.
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. Note | See also |
*2021-11-26