reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-04-23 23:27:13 +00:00
parent a7c987f91e
commit da9714b5c8
25 changed files with 1300 additions and 688 deletions

View File

@@ -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.
"""