Companion
object Companion
Functions
Link copied to clipboard
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.
Link copied to clipboard
fun newWithBytes(file: <Error class: unknown class>? = null, bytes: <Error class: unknown class>? = null, start: CssLocation, end: CssLocation): CssSection
Creates a new GtkCssSection
referring to the section in the given file
or the given bytes
from the start
location to the end
location.
Link copied to clipboard
open fun wrapRecordPointer(pointer: <Error class: unknown class><out <Error class: unknown class>>): CssSection