custom-tree-models {RGtk2.10} | R Documentation |
Functions that allow one to implement a custom GtkTreeModel
gtkTreeIterGetId(iter) gtkTreeIterSetId(iter, id)
iter |
The GtkTreeIter of a custom model |
id |
The integer code identifying iter |
These functions allow one to associate integer codes with the
GtkTreeIter
structures passed to the GtkTreeModel
virtuals.
For gtkTreeIterGetId
, the integer code identifying iter
Michael Lawrence
gClass