Graphics.UI.Gtk.Generics.TreeStore
Documentation
Arguments
| :: Eq a | |
| => Forest a | Forest of data. |
| -> [a] | List containing elements to make a path. |
| -> TreePath | Resulting path to elements of [a] |
Function to find the path to a list
of a contained in a Forest, i.e.
each element corresponds to the branch
in the Forest (TreeStore) that matches
the the corresponding element in the
supplied list.