]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/richtext.i
wxX11 Unicode compilation fix
[wxWidgets.git] / wxPython / src / richtext.i
index 1b80b836c53f03c9fcada3278468ef1097ab1d8c..87a22da1bd732310fe6aa20266a763c697444d6d 100644 (file)
@@ -412,11 +412,11 @@ public:
     bool HasTabs() const;
     bool HasLeftIndent() const;
     bool HasRightIndent() const;
-    bool HasWeight() const;
-    bool HasSize() const;
-    bool HasItalic() const;
-    bool HasUnderlined() const;
-    bool HasFaceName() const;
+//     bool HasWeight() const;
+//     bool HasSize() const;
+//     bool HasItalic() const;
+//     bool HasUnderlined() const;
+//     bool HasFaceName() const;
     bool HasFont() const;
 
     bool HasParagraphSpacingAfter() const;
@@ -1417,7 +1417,7 @@ flag.", "");
     %property(InternalSelectionRange, GetInternalSelectionRange, SetInternalSelectionRange, doc="See `GetInternalSelectionRange` and `SetInternalSelectionRange`");
     %property(LastPosition, GetLastPosition, doc="See `GetLastPosition`");
     %property(NumberOfLines, GetNumberOfLines, doc="See `GetNumberOfLines`");
-    %property(Selection, GetSelection, SetSelection, doc="See `GetSelection` and `SetSelection`");
+    %property(Selection, GetSelection, SetSelectionRange, doc="See `GetSelection` and `SetSelection`");
     %property(SelectionRange, GetSelectionRange, SetSelectionRange, doc="See `GetSelectionRange` and `SetSelectionRange`");
     %property(StringSelection, GetStringSelection, doc="See `GetStringSelection`");
     %property(StyleSheet, GetStyleSheet, SetStyleSheet, doc="See `GetStyleSheet` and `SetStyleSheet`");