CssSection

class CssSection(structPointer: CPointer<GtkCssSection>) : UnrefMe

04 / 01 / 2022

See also

Constructors

CssSection
Link copied to clipboard
fun CssSection(file: File?, start: CssLocation, end: CssLocation)
CssSection
Link copied to clipboard
fun CssSection(structPointer: CPointer<GtkCssSection>)

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

endLocation
Link copied to clipboard
val endLocation: CssLocation
file
Link copied to clipboard
val file: File?
parent
Link copied to clipboard
val parent: CssSection?
startLocation
Link copied to clipboard
val startLocation: CssLocation
structPointer
Link copied to clipboard
val structPointer: CPointer<GtkCssSection>