chiark / gitweb /
gtk/gtktree.lisp: Fixing string representations of tree paths.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 5 Feb 2008 13:33:37 +0000 (13:33 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 31 Oct 2009 12:25:06 +0000 (12:25 +0000)
commit9bb140172fd0fd5f0d575b5f2a2634f095882ef8
treeb4f5b94deda1273bdb51797b1c78bcad146f953c
parent15df455ff35746fcae7b0c7d4be79e804d66bb4c
gtk/gtktree.lisp: Fixing string representations of tree paths.

  * The old ensure-tree-path returned a vector of strings, which is
    useless.  Fixed to return a vector of integers, using parse-integer.

  * Make tree-model-get-iter apply ensure-tree-path to its argument.

  * Enable ensure-tree-iter to coerce string representations of paths.
gtk/gtktree.lisp