- This tiny class prevents redrawing of a wxWindow during its
- lifetime by using wxWindow::Freeze and
- wxWindow::Thaw methods. It is typically used for creating
- automatic objects to temporarily suppress window updates before a batch of
- operations is performed:
+ This tiny class prevents redrawing of a wxWindow during its lifetime by using
+ wxWindow::Freeze() and wxWindow::Thaw() methods.
+
+ It is typically used for creating automatic objects to temporarily suppress
+ window updates before a batch of operations is performed: