| |||||||||
| |||||||||
| |||||||||
| Description | |||||||||
| Synopsis | |||||||||
| |||||||||
| Types | |||||||||
| type TreePath = [Int] | |||||||||
| TreePath : a list of indices to specify a subtree or node in the hierarchical TreeStore database. | |||||||||
| newtype NativeTreePath | |||||||||
| |||||||||
| Internal Utils | |||||||||
| withTreePath :: TreePath -> (NativeTreePath -> IO a) -> IO a | |||||||||
| peekTreePath :: Ptr NativeTreePath -> IO TreePath | |||||||||
| fromTreePath :: Ptr NativeTreePath -> IO TreePath | |||||||||
| Produced by Haddock version 0.7 |