PathAtPos

data class PathAtPos(path: TreePath?, column: TreeViewColumn?, cellX: Int, cellY: Int)

Properties

cellX
Link copied to clipboard
val cellX: Int
cellY
Link copied to clipboard
val cellY: Int
column
Link copied to clipboard
val column: TreeViewColumn?
path
Link copied to clipboard
val path: TreePath?