X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7c987f91eeb8c97c58da966686bd2d5d0087ea8..da9714b5c8f2c768289576604786fa9638a2962e:/wxPython/contrib/stc/msw/stc.py diff --git a/wxPython/contrib/stc/msw/stc.py b/wxPython/contrib/stc/msw/stc.py index b0a66698d0..0f50752d7b 100644 --- a/wxPython/contrib/stc/msw/stc.py +++ b/wxPython/contrib/stc/msw/stc.py @@ -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. """