TreePath

class TreePath(treePathPointer: CPointer<GtkTreePath>) : Closeable

Constructors

TreePath
Link copied to clipboard
fun TreePath()
TreePath
Link copied to clipboard
fun TreePath(vararg indices: Int)

Types

Companion
Link copied to clipboard
object Companion

Functions

close
Link copied to clipboard
open override fun close()
free
Link copied to clipboard
fun free()

Properties

depth
Link copied to clipboard
val depth: Int
indices
Link copied to clipboard
val indices: Sequence<Int>
treePathPointer
Link copied to clipboard
val treePathPointer: CPointer<GtkTreePath>