From: <ju...@us...> - 2003-08-09 04:47:14
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/multiline In directory sc8-pr-cvs1:/tmp/cvs-serv32042/gtk/multiline Modified Files: TextView.chs Log Message: (textViewGetVisibleRect): Fix docu typo. Index: TextView.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/multiline/TextView.chs,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- TextView.chs 9 Jul 2003 22:42:45 -0000 1.9 +++ TextView.chs 9 Aug 2003 04:47:11 -0000 1.10 @@ -235,7 +235,7 @@ textViewPlaceCursorOnscreen tv = liftM toBool $ {#call unsafe text_view_place_cursor_onscreen#} (toTextView tv) --- @method textViewGetVisible@ Get the currently visible rectangle. +-- @method textViewGetVisibleRect@ Get the currently visible rectangle. -- -- * Use @ref method textViewBufferToWindowCoords@ to convert into window -- coordinates. |