Gtk2HsContentsIndex
Graphics.UI.Gtk.TreeList.TreePath
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Types
Internal Utils
Description
Synopsis
type TreePath = [Int]
newtype NativeTreePath = NativeTreePath (Ptr NativeTreePath)
withTreePath :: TreePath -> (NativeTreePath -> IO a) -> IO a
peekTreePath :: Ptr NativeTreePath -> IO TreePath
fromTreePath :: Ptr NativeTreePath -> IO TreePath
Types
type TreePath = [Int]
TreePath : a list of indices to specify a subtree or node in the hierarchical TreeStore database.
newtype NativeTreePath
Constructors
NativeTreePath (Ptr 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