Companion

object Companion

Functions

Link copied to clipboard
fun deleted(proxy: <Error class: unknown class>, path: TreePath)

Lets a set of row reference created by gtk_tree_row_reference_new_proxy() know that the model emitted the ::row-deleted signal.

Link copied to clipboard
fun inserted(proxy: <Error class: unknown class>, path: TreePath)

Lets a set of row reference created by gtk_tree_row_reference_new_proxy() know that the model emitted the ::row-inserted signal.

Link copied to clipboard
fun new(model: TreeModel, path: TreePath): TreeRowReference?

Creates a row reference based on @path.

Link copied to clipboard
fun newProxy(proxy: <Error class: unknown class>, model: TreeModel, path: TreePath): TreeRowReference?

You do not need to use this function.

Link copied to clipboard
open fun wrapRecordPointer(pointer: <Error class: unknown class><out <Error class: unknown class>>): TreeRowReference