Forward-ported wxPython-bindings related cleanup from 2.9.0 branch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-05-30 10:49:05 +00:00
parent a7d8506b4f
commit b512ed9320
6 changed files with 15 additions and 48 deletions

View File

@@ -156,7 +156,7 @@ DECLARE_VARIANT_OBJECT_EXPORTED(wxColourPropertyValue, WXDLLIMPEXP_PROPGRID)
// -----------------------------------------------------------------------
// Declare part of custom colour property macro pairs.
#if wxUSE_IMAGE || defined(SWIG)
#if wxUSE_IMAGE
#include "wx/image.h"
#endif
@@ -356,7 +356,7 @@ protected:
#endif
#if wxUSE_CHOICEDLG || defined(SWIG)
#if wxUSE_CHOICEDLG
/** @class wxMultiChoiceProperty
@ingroup classes