]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/upditer.tex
Motif and other mods
[wxWidgets.git] / docs / latex / wx / upditer.tex
index 90721d173449f3d09a9a2cdcb53439726784fbd5..148d4960dac34a43db8c3e5ce410a2cc74b7710e 100644 (file)
@@ -1,7 +1,6 @@
 \section{\class{wxUpdateIterator}}\label{wxupdateiterator}
 
-This class is used to iterate through all damaged regions of a canvas, panel
-or dialog box, within an OnPaint call.
+This class is used to iterate through all damaged regions of a window, within an OnPaint call.
 
 To use it, construct an iterator object on the stack and loop through the
 regions, testing the object and incrementing the iterator at the end of the loop.