CssSection.with_bytes
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "4.16" ) ]
public CssSection.with_bytes (File? file, Bytes? bytes, CssLocation start, CssLocation end)
[ Version ( since = "4.16" ) ]
public CssSection.with_bytes (File? file, Bytes? bytes, CssLocation start, CssLocation end)
Creates a new `GtkCssSection` referring to the section in the given `file` or the given `bytes` from the `start` location to the `end` location.
Parameters:
file |
The file this section refers to |
bytes |
The bytes this sections refers to |
start |
The start location |
end |
The end location |
Returns:
a new `GtkCssSection` |