]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/mac/stc.py
fixed deadlock when calling wxPostEvent() from worker thread
[wxWidgets.git] / wxPython / contrib / stc / mac / stc.py
index 78f7b42aa750e8e003792505b7c8dc440c7e1251..b0a66698d0e367c6811070c3f1a3542cbe023c3e 100644 (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`")