Previous: BLOX.BEdit-accessing, Up: BLOX.BEdit [Index]
Private - The receiver has been destroyed, clear the corresponding Tcl variable to avoid memory leaks.
Answer whether there is selected text in the widget
Clear the selection and append aString at the end of the widget.
Insert aString in the widget at the current insertion point, replacing the currently selected text (if any).
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.
Insert aString in the widget at the current insertion point, replacing the currently selected text (if any), and leaving the text selected.
Select the whole contents of the widget.
Sets the selection to include the characters starting with the one indexed by first (the very first character in the widget having index 1) and ending with the one just before last. If last refers to the same character as first or an earlier one, then the widget’s selection is cleared.
Answer an empty string if the widget has no selection, else answer the currently selected text
Answer nil if the widget has no selection, else answer an Interval object whose first item is the index of the first character in the selection, and whose last item is the index of the character just after the last one in the selection.
Clear the selection and append a space at the end of the widget.
Previous: BLOX.BEdit-accessing, Up: BLOX.BEdit [Index]