Tweaks needed to update to current CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-23 23:24:56 +00:00
parent 9cc79dd629
commit a7c987f91e
10 changed files with 37 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
#include "wx/wxPython/pyclasses.h"
#include <wx/gizmos/dynamicsash.h>
#include <wx/gizmos/editlbox.h>
//#include <wx/gizmos/editlbox.h>
#include <wx/gizmos/splittree.h>
#include <wx/gizmos/ledctrl.h>
#include <wx/gizmos/statpict.h>
@@ -31,7 +31,7 @@
#include <wx/listctrl.h>
#include <wx/treectrl.h>
#include <wx/imaglist.h>
#include <wx/editlbox.h>
%}
//---------------------------------------------------------------------------

View File

@@ -23,7 +23,6 @@ languages are built-in."
#include "wx/wxPython/wxPython.h"
#include "wx/wxPython/pyclasses.h"
#include <wx/stc/stc.h>
%}
//---------------------------------------------------------------------------
@@ -47,8 +46,12 @@ MustHaveApp(wxStyledTextCtrl);
//---------------------------------------------------------------------------
// Get all our defs from the REAL header file.
#define wxUSE_STC 1
#define WXDLLIMPEXP_STC
#define WXDLLIMPEXP_CORE
%include stc.h
%extend wxStyledTextCtrl {
%pythoncode {
GetCaretLineBack = GetCaretLineBackground