From: Duncan C. <dun...@us...> - 2004-08-04 19:11:30
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/entry In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21241/gtk/entry Modified Files: Entry.chs Log Message: Minor doc fixes. Index: Entry.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/entry/Entry.chs,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Entry.chs 30 Jul 2004 16:32:01 -0000 1.10 +++ Entry.chs 4 Aug 2004 19:11:21 -0000 1.11 @@ -212,9 +212,9 @@ liftM realToFrac $ {#call unsafe entry_get_alignment#} (toEntry ec) #if GTK_CHECK_VERSION(2,4,0) --- | Sets the auxiliary completion object to use with --- the entry. All further configuration of the completion mechanism is done on --- completion using the GtkEntryCompletion API. +-- | Sets the auxiliary completion object to use with the entry. All further +-- configuration of the completion mechanism is done on completion using the +-- "EntryCompletion" API. -- -- * Since gtk 2.4 -- @@ -222,8 +222,7 @@ entrySetCompletion ec completion = {#call gtk_entry_set_completion#} (toEntry ec) completion --- | Returns the auxiliary completion object currently --- in use by entry +-- | Returns the auxiliary completion object currently in use by the entry. -- -- * Since gtk 2.4 -- |