Gtk2HsContentsIndex
Graphics.UI.Gtk.TreeList.TreeRowReference
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Types
Constructors
Methods
Description
Synopsis
data TreeRowReference
treeRowReferenceNew :: TreeModelClass self => self -> NativeTreePath -> IO TreeRowReference
treeRowReferenceGetPath :: TreeRowReference -> IO TreePath
treeRowReferenceValid :: TreeRowReference -> IO Bool
Types
data TreeRowReference
Tree Row Reference : like a TreePath it points to a subtree or node, but it is persistent. It identifies the same node (so long as it exists) even when items are added, removed, or reordered.
Constructors
treeRowReferenceNew :: TreeModelClass self => self -> NativeTreePath -> IO TreeRowReference
Creates a row reference based on a path. This reference will keep pointing to the node pointed to by the given path, so long as it exists.
Methods
treeRowReferenceGetPath :: TreeRowReference -> IO TreePath

Returns a path that the row reference currently points to.

  • The returned path may be the empty list if the reference was invalid.
treeRowReferenceValid :: TreeRowReference -> IO Bool
Returns True if the reference refers to a current valid path.
Produced by Haddock version 0.7