Update of /cvsroot/gtk2hs/gtk2hs/mogul/Graphics/UI/Gtk
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30366/mogul/Graphics/UI/Gtk
Modified Files:
Mogul.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: Mogul.hs
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/mogul/Graphics/UI/Gtk/Mogul.hs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Mogul.hs 8 Jan 2005 16:42:15 -0000 1.1
+++ Mogul.hs 17 Feb 2005 00:13:21 -0000 1.2
@@ -106,23 +106,6 @@
treeViewNew,
-- TreeModel
treeModelGetValue,
- TreePath,
- treePathNew,
- treePathNewFromString,
- treePathToString,
- treePathNewFirst,
- treePathAppendIndex,
- treePathPrependIndex,
- treePathGetDepth,
- treePathGetIndices,
- treePathCopy,
- treePathCompare,
- treePathNext,
- treePathPrev,
- treePathUp,
- treePathDown,
- treeModelGetIter,
- treeModelGetPath,
-- ListStore
listStoreNew,
listStoreSetValue,
@@ -136,8 +119,6 @@
afterEdited,
CellRendererPixbuf,
CellRendererToggle,
- -- TreeView
- treeViewGetPathAtPos,
calendarNew,
--drawingAreaNew,
|