Next: BLOX.BText-geometry management, Previous: BLOX.BText-accessing, Up: BLOX.BText [Index]
Clear the selection and append aString at the end of the widget. Use the given attributes to format the text.
Insert aString in the widget at the current insertion point, replacing the currently selected text (if any). Use the given attributes to format the text.
Remove any kind of formatting from the text in the widget
Remove any kind of formatting from the text in the widget between the given endpoints. The two endpoints are Point objects in which both coordinates are 1-based: the first line is line 1, and the first character in the first line is character 1.
Add the formatting given by attr to the text in the widget between the given endpoints. The two endpoints are Point objects in which both coordinates are 1-based: the first line is line 1, and the first character in the first line is character 1.