CssSection.this

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

  1. this(GtkCssSection* gtkCssSection, bool ownedRef)
  2. this(FileIF file, GtkCssLocation* start, GtkCssLocation* end)

Parameters

file FileIF

The file this section refers to

start GtkCssLocation*

The start location

end GtkCssLocation*

The end location

Return Value

a new GtkCssSection

Throws

ConstructionException GTK+ fails to create the object.

Meta