]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/stc.i
more informative output
[wxWidgets.git] / wxPython / contrib / stc / stc.i
index ab1e072404223798eb2d01aa79863c71675bac0d..192eaed72cd53686fc3f17e7f88111a58cd647b3 100644 (file)
@@ -111,7 +111,10 @@ MustHaveApp(wxStyledTextCtrl);
     %property(SelectedText, GetSelectedText, doc="See `GetSelectedText`");
     %property(SelectedTextRaw, GetSelectedTextRaw, doc="See `GetSelectedTextRaw`");
     %property(SelectedTextUTF8, GetSelectedTextUTF8, doc="See `GetSelectedTextUTF8`");
-    %property(Selection, GetSelection, SetSelection, doc="See `GetSelection` and `SetSelection`");
+
+    //%property(Selection, GetSelection, SetSelection, doc="See `GetSelection` and `SetSelection`");
+    %property(Selection, GetSelection, doc="See `GetSelection`");
+    
     %property(SelectionEnd, GetSelectionEnd, SetSelectionEnd, doc="See `GetSelectionEnd` and `SetSelectionEnd`");
     %property(SelectionMode, GetSelectionMode, SetSelectionMode, doc="See `GetSelectionMode` and `SetSelectionMode`");
     %property(SelectionStart, GetSelectionStart, SetSelectionStart, doc="See `GetSelectionStart` and `SetSelectionStart`");