Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-06-22 22:27:14 +00:00
parent f54f3bffce
commit 565215b26a
5 changed files with 13 additions and 8 deletions

View File

@@ -16,6 +16,8 @@
// headers
// ----------------------------------------------------------------------------
#include "wx/setup.h"
// an exception to the general rule that a normal header doesn't include other
// headers - only because ownerdrw.h is not always included and I don't want
// to write #ifdef's everywhere...