From: Duncan C. <dun...@us...> - 2004-04-30 13:13:06
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/entry In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6077/gtk/entry Modified Files: EntryCompletion.chs Log Message: fix descriptions in file headers Index: EntryCompletion.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/entry/EntryCompletion.chs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- EntryCompletion.chs 27 Apr 2004 18:51:14 -0000 1.1 +++ EntryCompletion.chs 30 Apr 2004 13:12:57 -0000 1.2 @@ -1,6 +1,6 @@ {-# OPTIONS -cpp #-} --- |GIMP Toolkit (GTK) Binding for Haskell: binding to GConf -*-haskell-*- --- for storing and retrieving configuartion information +-- -*-haskell-*- +-- |GIMP Toolkit (GTK) @entry Widget EntryCompletion@ -- -- Author : Duncan Coutts -- Created: 24 April 2004 @@ -21,9 +21,9 @@ -- -- Language: Haskell 98 Binding Module -- --- Completion functionality for the Entry widget. +-- Completion functionality for the Entry widget. -- --- Added in GTK+ 2.4 +-- Added in GTK+ 2.4 -- module EntryCompletion ( |