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 getType(): <Error class: unknown class>

Get the GType of TreeRowReference

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.