IconViewCursor

data class IconViewCursor(path: TreePath?, cell: CellRenderer?)

Parameters

path

current cursor path, must be freed

Constructors

IconViewCursor
Link copied to clipboard
fun IconViewCursor(path: TreePath? = null, cell: CellRenderer? = null)

Properties

cell
Link copied to clipboard
val cell: CellRenderer? = null
path
Link copied to clipboard
val path: TreePath? = null