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