reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,6 +61,7 @@ import _core
|
||||
import _misc
|
||||
wx = _core
|
||||
__docfilter__ = wx.__DocFilter(globals())
|
||||
USE_STC = _stc.USE_STC
|
||||
STC_USE_DND = _stc.STC_USE_DND
|
||||
STC_USE_POPUP = _stc.STC_USE_POPUP
|
||||
STC_INVALID_POSITION = _stc.STC_INVALID_POSITION
|
||||
@@ -4997,7 +4998,7 @@ class StyledTextCtrl(_core.Control):
|
||||
|
||||
def SetVScrollBar(*args, **kwargs):
|
||||
"""
|
||||
SetVScrollBar(self, wxScrollBar bar)
|
||||
SetVScrollBar(self, ScrollBar bar)
|
||||
|
||||
Set the vertical scrollbar to use instead of the one that's built-in.
|
||||
"""
|
||||
@@ -5005,7 +5006,7 @@ class StyledTextCtrl(_core.Control):
|
||||
|
||||
def SetHScrollBar(*args, **kwargs):
|
||||
"""
|
||||
SetHScrollBar(self, wxScrollBar bar)
|
||||
SetHScrollBar(self, ScrollBar bar)
|
||||
|
||||
Set the horizontal scrollbar to use instead of the ont that's built-in.
|
||||
"""
|
||||
|
@@ -2677,7 +2677,6 @@ namespace swig {
|
||||
#include "wx/wxPython/pyclasses.h"
|
||||
#include <wx/stc/stc.h>
|
||||
|
||||
|
||||
static const wxString wxPySTCNameStr(wxSTCNameStr);
|
||||
|
||||
#define SWIG_From_long PyInt_FromLong
|
||||
@@ -23181,6 +23180,7 @@ SWIGEXPORT void SWIG_init(void) {
|
||||
|
||||
PyDict_SetItemString(d,(char*)"cvar", SWIG_globals());
|
||||
SWIG_addvarlink(SWIG_globals(),(char*)"STCNameStr",STCNameStr_get, STCNameStr_set);
|
||||
SWIG_Python_SetConstant(d, "USE_STC",SWIG_From_int(static_cast< int >(1)));
|
||||
SWIG_Python_SetConstant(d, "STC_USE_DND",SWIG_From_int(static_cast< int >(1)));
|
||||
SWIG_Python_SetConstant(d, "STC_USE_POPUP",SWIG_From_int(static_cast< int >(1)));
|
||||
SWIG_Python_SetConstant(d, "STC_INVALID_POSITION",SWIG_From_int(static_cast< int >(-1)));
|
||||
|
Reference in New Issue
Block a user