RowsReordered

data class RowsReordered(path: TreePath, iter: TreeIter?, newOrder: Sequence<Pair<Int, Int>>)

Types

Companion
Link copied to clipboard
object Companion

Properties

iter
Link copied to clipboard
val iter: TreeIter?
newOrder
Link copied to clipboard
val newOrder: Sequence<Pair<Int, Int>>
path
Link copied to clipboard
val path: TreePath