From 4a10e43b276ad900364cbf1899df549de42227bc Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 16 Oct 2006 18:16:49 +0000 Subject: [PATCH] Made wxWindow::Update() a little clearer. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 65ecd4b2a5..5414d828cf 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -3603,9 +3603,10 @@ This function is currently only implemented under MSW. Calling this method immediately repaints the invalidated area of the window and all of its children recursively while this would usually only happen when the -flow of control returns to the event loop. Notice that this function doesn't -refresh the window and does nothing if the window hadn't been already -repainted. Use \helpref{Refresh}{wxwindowrefresh} first if you want to +flow of control returns to the event loop. +Notice that this function doesn't invalidate any area of the window so +nothing happens if nothing has been invalidated (i.e. marked as requiring +a redraw). Use \helpref{Refresh}{wxwindowrefresh} first if you want to immediately redraw the window unconditionally. -- 2.45.2