Update of /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11239/gtk/Graphics/UI/Gtk/Misc
Modified Files:
DrawingArea.chs SizeGroup.chs
Log Message:
various small changes:
Trivial white space changes to better match the generated code.
Minor documentation changes.
Other trivial changes to better match the generated code.
TreeModelSort.chs.pp: since GtkTreeModelSort implementes the GtkTreeModel
interface, make TreeModelSort an instance of TreeModelClass.
ImageMenuItem.chs: relicense to LGPL with permission of Jonas Svensson.
Index: DrawingArea.chs
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Misc/DrawingArea.chs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DrawingArea.chs 25 Feb 2005 01:11:35 -0000 1.3
+++ DrawingArea.chs 25 Feb 2005 22:53:41 -0000 1.4
@@ -83,7 +83,8 @@
-- * Methods
drawingAreaGetDrawWindow,
- drawingAreaGetSize) where
+ drawingAreaGetSize
+ ) where
import Monad (liftM)
Index: SizeGroup.chs
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Misc/SizeGroup.chs,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- SizeGroup.chs 25 Feb 2005 01:11:35 -0000 1.3
+++ SizeGroup.chs 25 Feb 2005 22:53:41 -0000 1.4
@@ -86,7 +86,7 @@
{# context lib="gtk" prefix="gtk" #}
-{#enum SizeGroupMode {underscoreToCase}#}
+{# enum SizeGroupMode {underscoreToCase} #}
--------------------
-- Constructors
|