Various documentation additions and changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@95 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-06-14 20:48:39 +00:00
parent b89156b5db
commit fe604ccddc
29 changed files with 1390 additions and 888 deletions

View 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.