Package: gtk

Function gtk:css-section-new-with-bytes

Lambda List

gtk:css-section-new-with-bytes (file bytes start end)

Arguments

file -- a g:file object for the file this section refers to
bytes -- a g:bytes instance with the bytes this section refers to
start -- a gtk:css-location instance with the start location
end -- a gtk:css-location instance with the end location

Return Value

The new gtk:css-section instance.

Details

Creates a new gtk:css-section instance referring to the section in the given file or the given bytes from the start location to the end location.

Since 4.16
 

See also

#2024-11-5