~gtg-contributors/gtg/new-date-class

Viewing all changes in revision 818.

  • Committer: Lionel Dricot
  • Date: 2010-06-18 14:47:58 UTC
  • mfrom: (812.1.9 gtg.local)
  • Revision ID: ploum@ploum.net-20100618144758-14dzn17bvw8tbuy6
Finally understood the difference between a rowref and an TreeIter in the
TreeModel.

Rowref is the payload of a treeiter. The treeiter is built with the rowref as
a payload when you call directly the treemodel function ( .get_iter,
    .iter_nth_children,etc). But those function are implemented as receiving
and returning a bare rowref (.on_get_iter,on_iter_nth_children).

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: