TreeRowReference

class TreeRowReference(pointer: <Error class: unknown class><<Error class: unknown class>>)

A GtkTreeRowReference tracks model changes so that it always refers to the same row (a GtkTreePath refers to a position, not a fixed row). Create a new GtkTreeRowReference with gtk_tree_row_reference_new().

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gtkTreeRowReferencePointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard

Copies a GtkTreeRowReference.

Link copied to clipboard
fun free()

Free’s @reference. @reference may be null

Link copied to clipboard

Returns the model that the row reference is monitoring.

Link copied to clipboard

Returns a path that the row reference currently points to, or null if the path pointed to is no longer valid.

Link copied to clipboard
fun valid(): Boolean

Returns true if the @reference is non-null and refers to a current valid path.