Next: BLOX.BText-position & lines, Previous: BLOX.BText-images, Up: BLOX.BText [Index]
Clear the selection and append aString at the end of the widget.
Insert aString in the widget at the current insertion point, leaving the currently selected text (if any) in place, and selecting the text.
Insert aString in the widget at the current insertion point, replacing the currently selected text (if any).
Insert aString in the widget at the given position, replacing the currently selected text (if any). The position is a Point object in which both coordinates are 1-based: the first line is line 1, and the first character in the first line is character 1.
Insert aString in the widget after the current selection, leaving the currently selected text (if any) intact.
Generate a synthetic callback.
Clear the selection and append aCharacter at the end of the widget.
Clear the selection and append aString at the end of the widget.
Clear the selection and append a linefeed character at the end of the widget.
Arrange so that Tab characters, instead of being inserted in the widget, traverse the widgets in the parent window.
Insert aString in the widget at the current insertion point, replacing the currently selected text (if any), and leaving the text selected.
Search aString in the widget. If it is not found, answer zero, else answer the 1-based line number and move the insertion point to the place where the string was found.
Clear the selection and append a space at the end of the widget.
Next: BLOX.BText-position & lines, Previous: BLOX.BText-images, Up: BLOX.BText [Index]