new
fun new(file: <Error class: unknown class>? = null, start: CssLocation, end: CssLocation): CssSection
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