X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cbdf0fb0b809f0f47fc650252973b2e772a3376e..fd4081aa33f41ccd3d373b3cac9e9172e69d888b:/wxPython/src/mac/richtext.py diff --git a/wxPython/src/mac/richtext.py b/wxPython/src/mac/richtext.py index 4bc2f0b0f7..efe7f99d91 100644 --- a/wxPython/src/mac/richtext.py +++ b/wxPython/src/mac/richtext.py @@ -1396,7 +1396,7 @@ class RichTextCtrl(_windows.ScrolledWindow): InternalSelectionRange = property(GetInternalSelectionRange,SetInternalSelectionRange,doc="See `GetInternalSelectionRange` and `SetInternalSelectionRange`") LastPosition = property(GetLastPosition,doc="See `GetLastPosition`") NumberOfLines = property(GetNumberOfLines,doc="See `GetNumberOfLines`") - Selection = property(GetSelection,SetSelection,doc="See `GetSelection` and `SetSelection`") + Selection = property(GetSelection,SetSelectionRange,doc="See `GetSelection` and `SetSelection`") SelectionRange = property(GetSelectionRange,SetSelectionRange,doc="See `GetSelectionRange` and `SetSelectionRange`") StringSelection = property(GetStringSelection,doc="See `GetStringSelection`") StyleSheet = property(GetStyleSheet,SetStyleSheet,doc="See `GetStyleSheet` and `SetStyleSheet`")