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:
@@ -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
|
||||
|
Reference in New Issue
Block a user