newWithBytes

fun newWithBytes(file: <Error class: unknown class>? = null, bytes: <Error class: unknown class>? = null, start: CssLocation, end: CssLocation): CssSection

Creates a new GtkCssSection referring to the section in the given file or the given bytes from the start location to the end location.

Return

a new GtkCssSection

Since

4.16

Parameters

file

The file this section refers to

bytes

The bytes this sections refers to

start

The start location

end

The end location