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:+priority-fallback+ and gtk:+priority-user+ priorities. 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 the gtk:style-context-add-provider-for-display function. NotesWarning | See also |
2023-9-17