Creates a new gtk.css_section.CssSection referring to the section in the given file from the start location to the end location.
Returns the location in the CSS document where this section ends.
Gets the file that section was parsed from.
Gets the parent section for the given section.
Returns the location in the CSS document where this section starts.
Prints the section into string in a human-readable form.
Prints the section into a human-readable text form using gtk.css_section.CssSection.print.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
Defines a part of a CSS document.
Because sections are nested into one another, you can use gtk.css_section.CssSection.getParent to get the containing region.