made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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}.
|
||||
|
Reference in New Issue
Block a user