Gtk2hsGenerics-0.1: Convenience functions to extend Gtk2hs.
Graphics.UI.Gtk.Generics.TreeView
treeViewGetSingleSelection :: TreeView -> ListStore a -> IO (Maybe a)Source
treeViewGetMultipleSelections :: TreeView -> ListStore a -> IO (Maybe [a])Source
treeViewOperateOnSelection :: TreeView -> ListStore a -> (a -> b) -> IO (Maybe b)Source
treeViewOperateOnSelections :: TreeView -> ListStore a -> ([a] -> b) -> IO (Maybe b)Source