CssSection
constructor(file: <Error class: unknown class>? = null, start: CssLocation, end: CssLocation)(source)
Creates a new GtkCssSection referring to the section in the given file from the start location to the end location.
Return
a new GtkCssSection
Parameters
file
The file this section refers to
start
The start location
end
The end location
constructor(file: <Error class: unknown class>? = null, bytes: <Error class: unknown class>? = null, start: CssLocation, end: CssLocation)(source)
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
constructor(gtkCssSectionPointer: <Error class: unknown class><<Error class: unknown class>>)(source)