reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-01-01 20:56:51 +00:00
parent 395e0a70ba
commit 4e8107d57a
6 changed files with 6 additions and 9 deletions

View File

@@ -5331,7 +5331,7 @@ class StyledTextCtrl(_core.Control):
SelectedText = property(GetSelectedText,doc="See `GetSelectedText`")
SelectedTextRaw = property(GetSelectedTextRaw,doc="See `GetSelectedTextRaw`")
SelectedTextUTF8 = property(GetSelectedTextUTF8,doc="See `GetSelectedTextUTF8`")
Selection = property(GetSelection,SetSelection,doc="See `GetSelection` and `SetSelection`")
Selection = property(GetSelection,doc="See `GetSelection`")
SelectionEnd = property(GetSelectionEnd,SetSelectionEnd,doc="See `GetSelectionEnd` and `SetSelectionEnd`")
SelectionMode = property(GetSelectionMode,SetSelectionMode,doc="See `GetSelectionMode` and `SetSelectionMode`")
SelectionStart = property(GetSelectionStart,SetSelectionStart,doc="See `GetSelectionStart` and `SetSelectionStart`")