CssSection.this

Creates a new gtk.css_section.CssSection referring to the section in the given file from the start location to the end location.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gio.file.File file, gtk.types.CssLocation start, gtk.types.CssLocation end)

Parameters

file gio.file.File

The file this section refers to

start gtk.types.CssLocation

The start location

end gtk.types.CssLocation

The end location

Return Value