From 9f1a44669256ec6d616b7ec12917da6bdf6cdd7a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 12 Oct 2005 00:20:31 +0000 Subject: [PATCH] clarified ScrollWindow() docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 322ca2ae90..b71464742f 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -2448,14 +2448,14 @@ Physically scrolls the pixels in the window and move child windows accordingly. \docparam{dy}{Amount to scroll vertically.} -\docparam{rect}{Rectangle to invalidate. If this is NULL, the whole window is invalidated. If you -pass a rectangle corresponding to the area of the window exposed by the scroll, your painting handler -can optimize painting by checking for the invalidated region. This parameter is ignored under GTK.} +\docparam{rect}{Rectangle to scroll, if it is \NULL, the whole window is +scrolled (this is always the case under wxGTK which doesn't support this +parameter)} \wxheading{Remarks} -Use this function to optimise your scrolling implementations, to minimise the area that must be -redrawn. Note that it is rarely required to call this function from a user program. +Note that you can often use \helpref{wxScrolledWindow}{wxscrolledwindow} +instead of using this function directly. \membersection{wxWindow::SetAcceleratorTable}\label{wxwindowsetacceleratortable} -- 2.45.2