From: Duncan C. <dun...@us...> - 2004-08-10 12:15:51
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/layout In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28195/gtk/layout Modified Files: Notebook.chs Log Message: Fix a couple typos. Index: Notebook.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/layout/Notebook.chs,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Notebook.chs 9 Aug 2004 22:54:03 -0000 1.9 +++ Notebook.chs 10 Aug 2004 12:15:41 -0000 1.10 @@ -140,7 +140,7 @@ -- -- * This function returns @Int@ in Gtk version 2.4.0 and later. -- -notebookAppendPage :: (NotebookClass nb, WidgetClass child) => nb -> +notebookAppendPage :: (NotebookClass nb, WidgetClass child) => nb -> child -- ^ Widget to use as the contents of the page -> String -- ^ Label for the page. -> IO () @@ -222,7 +222,7 @@ -- -- * This function returns @Int@ in Gtk version 2.4.0 and later. -- -notebookPrependPage :: (NotebookClass nb, WidgetClass child) => nb -> +notebookPrependPage :: (NotebookClass nb, WidgetClass child) => nb -> child -- ^ Widget to use as the contents of the page -> String -- ^ Label for the page. -> IO () |