CssSection

class CssSection(val gtkCssSectionPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

Defines a part of a CSS document.

Because sections are nested into one another, you can use method@CssSection.get_parent to get the containing region.

Constructors

Link copied to clipboard
constructor(file: <Error class: unknown class>? = null, start: CssLocation, end: CssLocation)

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

constructor(file: <Error class: unknown class>? = null, bytes: <Error class: unknown class>? = null, start: CssLocation, end: CssLocation)

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

constructor(gtkCssSectionPointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gtkCssSectionPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
fun getBytes(): <Error class: unknown class>?

Gets the bytes that @section was parsed from.

Link copied to clipboard

Returns the location in the CSS document where this section ends.

Link copied to clipboard
fun getFile(): <Error class: unknown class>?

Gets the file that @section was parsed from.

Link copied to clipboard

Gets the parent section for the given section.

Link copied to clipboard

Returns the location in the CSS document where this section starts.

Link copied to clipboard
fun print(string: <Error class: unknown class>)

Prints the section into string in a human-readable form.

Link copied to clipboard

Increments the reference count on section.

Link copied to clipboard
open override fun toString(): String

Prints the section into a human-readable text form using method@Gtk.CssSection.print.

Link copied to clipboard
fun unref()

Decrements the reference count on section, freeing the structure if the reference count reaches 0.