[Gtk2hs-devel] Documentation and implementation of treeStoreInsertForest disagree

2012-12-21 Thread José Romildo Malaquias
Hello. The documentation of treeStoreInsertForest is: -- | Insert nodes into the store. -- -- * The given list of nodes is inserted into given parent at @pos@. -- If the parent existed, the function returns @Just path@ where @path@ -- is the position of the newly inserted elements.

[Gtk2hs-devel] TypedTreeModelFilter

2012-12-21 Thread wagnerdm
I'm looking into http://hackage.haskell.org/trac/gtk2hs/ticket/1269, which suggests exporting TypedTreeModelFilter from Graphics.UI.Gtk.ModelView.TreeModelFilter. Does anyone with a longer memory than me know whether this was left out intentionally (like, to preserve type safety somehow, fo