Gjsify LogoGjsify Logo

The #GtkTreeIter is the primary structure for accessing a #GtkTreeModel. Models are expected to put a unique integer in the stamp member, and put model-specific data in the three user_data members.

record

Hierarchy

  • TreeIter

Index

Constructors

Properties

stamp: number

a unique stamp to catch invalid iterators

field
user_data: object

model-specific data

field
user_data2: object

model-specific data

field
user_data3: object

model-specific data

field
name: string

Methods

  • Creates a dynamically allocated tree iterator as a copy of iter.

    This function is not intended for use in applications, because you can just copy the structs by value (GtkTreeIter new_iter = iter;). You must free this iter with gtk_tree_iter_free().

    Returns Gtk.TreeIter

  • free(): void
  • Frees an iterator that has been allocated by gtk_tree_iter_copy().

    This function is mainly used for language bindings.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method