]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
Change how/when the app object is created
[wxWidgets.git] / docs / latex / wx / window.tex
index 1b3c6f172b89dc99b3b5d063454a807347648364..6181f83df1a79c0c579a0c8ff6a6da0728c4fd54 100644 (file)
@@ -53,6 +53,11 @@ This style is currently only implemented for wxMSW and wxUniversal and does
 nothing on the other platforms.}
 \twocolitem{\windowstyle{wxCLIP\_CHILDREN}}{Use this style to eliminate flicker caused by the background being
 repainted, then children being painted over them. Windows only.}
+\twocolitem{\windowstyle{wxFULL\_REPAINT\_ON\_RESIZE}}{Use this style to force
+a complete redraw of the window whenever it is resized instead of redrawing
+just the part of the window affected by resizing. Note that this was the
+behaviour by default before 2.5.1 release and that if you experience redraw
+problems with the code which previously used to work you may want to try this.}
 \end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles}.