Made wxWindow::Update() a little clearer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3603,9 +3603,10 @@ This function is currently only implemented under MSW.
|
|||||||
|
|
||||||
Calling this method immediately repaints the invalidated area of the window and
|
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
|
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
|
flow of control returns to the event loop.
|
||||||
refresh the window and does nothing if the window hadn't been already
|
Notice that this function doesn't invalidate any area of the window so
|
||||||
repainted. Use \helpref{Refresh}{wxwindowrefresh} first if you want to
|
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.
|
immediately redraw the window unconditionally.
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user