Package: gtk
Function gtk:widget-add-provider
Lambda Listgtk:widget-add-provider (widget provider &optional priority) ArgumentsReturn ValueThe string with an unique identifier for the added provider. Details Adds a style provider to the display of widget to be used in style
construction.
The style provider is removed from the display when the widget is destroyed. Call the gtk:widget-remove-provider function with the returned unique
identifier to remove the provider from the display of the widget. 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. The default value is gtk:+priority-application+. See the gtk:style-context-add-provider documentation for more information. Notes | See also |
2025-2-15