Package: gtk

Function gtk:css-provider-to-string

Lambda List

gtk:css-provider-to-string (provider)

Arguments

provider -- a gtk:css-provider object to write to a string

Return Value

The string representing the CSS provider.

Details

Convertes the CSS provider into a string representation in CSS format. Using the gtk:css-provider-load-from-data function with the return value from this function on a new CSS provider created with the gtk:css-provider-new function will basically create a duplicate of this provider.
 

See also

2025-1-11