From: Duncan C. <dun...@us...> - 2004-05-21 13:26:43
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/abstract In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18775/gtk/abstract Modified Files: FileChooser.chs Widget.chs Log Message: minor doc fixes Index: FileChooser.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/abstract/FileChooser.chs,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- FileChooser.chs 2 May 2004 13:20:01 -0000 1.2 +++ FileChooser.chs 21 May 2004 13:26:33 -0000 1.3 @@ -1,4 +1,4 @@ --- |GIMP Toolkit (GTK) Binding for Haskell: binding to GConf -*-haskell-*- +-- GIMP Toolkit (GTK) Binding for Haskell: binding to GConf -*-haskell-*- -- for storing and retrieving configuartion information -- -- Author : Duncan Coutts @@ -16,7 +16,7 @@ -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- Library General Public License for more details. -- ---- Description --------------------------------------------------------------- +-- description --------------------------------------------------------------- -- -- Language: Haskell 98 Binding Module -- Index: Widget.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/abstract/Widget.chs,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Widget.chs 9 Jul 2003 22:42:43 -0000 1.12 +++ Widget.chs 21 May 2004 13:26:33 -0000 1.13 @@ -365,13 +365,13 @@ -- Accelerator handling. -- Lock accelerators. --- * +-- --widgetLockAccelerators :: WidgetClass w => w -> IO () --widgetLockAccelerators = {#call unsafe widget_lock_accelerators#}.toWidget -- Unlock accelerators. --- * +-- --widgetUnlockAccelerators :: WidgetClass w => w -> IO () --widgetUnlockAccelerators = {#call widget_unlock_accelerators#}.toWidget |