SaveFile(self, String file=EmptyString, int type=RICHTEXT_TYPE_ANY) -> bool
Save the contents of the document to the given filename, or if the
- empty string is passed then to the filename set with `SetFileName`.
+ empty string is passed then to the filename set with `SetFilename`.
"""
return _richtext.RichTextCtrl_SaveFile(*args, **kwargs)
"""SetSelectionRange(self, RichTextRange range)"""
return _richtext.RichTextCtrl_SetSelectionRange(*args, **kwargs)
+ def GetInternalSelectionRange(*args, **kwargs):
+ """GetInternalSelectionRange(self) -> RichTextRange"""
+ return _richtext.RichTextCtrl_GetInternalSelectionRange(*args, **kwargs)
+
+ def SetInternalSelectionRange(*args, **kwargs):
+ """SetInternalSelectionRange(self, RichTextRange range)"""
+ return _richtext.RichTextCtrl_SetInternalSelectionRange(*args, **kwargs)
+
def AddParagraph(*args, **kwargs):
"""AddParagraph(self, String text) -> RichTextRange"""
return _richtext.RichTextCtrl_AddParagraph(*args, **kwargs)