| Did you know ... | Search Documentation: |
| editor->lost_text_buffer |
<-text_buffer
if it is being freed. By default, this method will simply send object->free
to the editor, or its associated view
object.
This method may be redefined, but should either free the editor, or associate another (new) text_buffer object with the editor.
See also text_buffer->unlink.