From: Axel S. <as...@us...> - 2005-02-17 00:13:29
|
Update of /cvsroot/gtk2hs/gtk2hs/demo/unicode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30366/demo/unicode Modified Files: Arabic.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: Arabic.hs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/demo/unicode/Arabic.hs,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Arabic.hs 16 Jan 2005 14:15:36 -0000 1.11 +++ Arabic.hs 17 Feb 2005 00:13:19 -0000 1.12 @@ -21,7 +21,7 @@ _ -> return () arabic :: Markup -arabic = markSpan [FontSize SizeGiant] $ +arabic = markSpan [FontSize (SizePoint 36)] $ --"Is Haskell a "++markSpan [FontForeground "red"] "fantastic"++" language?"++ -- Do you find Haskell a fantastic language? (language has a grammatical -- mistake in it) |