From: Axel S. <as...@us...> - 2005-02-17 00:13:29
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30366/gtk/Graphics/UI Modified Files: Gtk.hs Log Message: Made Mogul's TreePath which is [Int] the only TreePath, even in TreeModel. Completed DrawWindow (gdk_window). Make apiGen Makefile work with different versions. Index: Gtk.hs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk.hs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Gtk.hs 11 Feb 2005 18:26:28 -0000 1.3 +++ Gtk.hs 17 Feb 2005 00:13:20 -0000 1.4 @@ -230,8 +230,10 @@ onInsertAtCursor, afterPasteClipboard, onPasteClipboard, afterToggleOverwrite, onToggleOverwrite) -- tree and list widget -import Graphics.UI.Gtk.TreeList.TreeModel hiding (createTreeIter, - createTreePath, gtk_tree_model_get_iter_from_string) +import Graphics.UI.Gtk.TreeList.TreeModel hiding (NativeTreePath(..), + createTreeIter, nativeTreePathFree, nativeTreePathNew, withTreePath, + nativeTreePathGetIndices, fromTreePath, + gtk_tree_model_get_iter_from_string) import Graphics.UI.Gtk.TreeList.TreeSelection import Graphics.UI.Gtk.TreeList.TreeViewColumn import Graphics.UI.Gtk.TreeList.TreeView |