TreePath

class TreePath(val gtkTreePathPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

⚠️ Deprecated ⚠️

This is deprecated since version 4.10.

---

An opaque structure representing a path to a row in a model.

Skipped during bindings generation

  • parameter depth: depth: Out parameter is not supported

  • parameter indices: Array parameter of type gint is not supported

Constructors

Link copied to clipboard
constructor()

This is deprecated since version 4.10.

---

constructor(path: String)

This is deprecated since version 4.10.

---

constructor(gtkTreePathPointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

Link copied to clipboard
fun appendIndex(index: <Error class: unknown class>)

This is deprecated since version 4.10.

---

Link copied to clipboard
fun compare(b: TreePath): <Error class: unknown class>

This is deprecated since version 4.10.

---

Link copied to clipboard
fun copy(): TreePath

This is deprecated since version 4.10.

---

Link copied to clipboard
fun down()

This is deprecated since version 4.10.

---

Link copied to clipboard
fun free()

This is deprecated since version 4.10.

---

Link copied to clipboard
fun getDepth(): <Error class: unknown class>

This is deprecated since version 4.10.

---

Link copied to clipboard
fun isAncestor(descendant: TreePath): Boolean

This is deprecated since version 4.10.

---

Link copied to clipboard
fun isDescendant(ancestor: TreePath): Boolean

This is deprecated since version 4.10.

---

Link copied to clipboard
fun next()

This is deprecated since version 4.10.

---

Link copied to clipboard
fun prependIndex(index: <Error class: unknown class>)

This is deprecated since version 4.10.

---

Link copied to clipboard
fun prev(): Boolean

This is deprecated since version 4.10.

---

Link copied to clipboard

This is deprecated since version 4.10.

---

Link copied to clipboard
fun up(): Boolean

This is deprecated since version 4.10.

---