custom-tree-models {RGtk2.10}R Documentation

Custom GtkTreeModel implementations

Description

Functions that allow one to implement a custom GtkTreeModel

Usage

  gtkTreeIterGetId(iter)
  gtkTreeIterSetId(iter, id)

Arguments

iter The GtkTreeIter of a custom model
id The integer code identifying iter

Details

These functions allow one to associate integer codes with the GtkTreeIter structures passed to the GtkTreeModel virtuals.

Value

For gtkTreeIterGetId, the integer code identifying iter

Author(s)

Michael Lawrence

See Also

gClass


[Package RGtk2.10 version 2.10.6 Index]