public static interface TextBuffer.InsertText
You must leave the TextIter pointer in a valid state; that
is, if you do something in your signal handler that changes the
TextBuffer, you must revalidate pos before returning.
The default handler for this signal is where the mechanism to actually insert text into the TextBuffer lives.
| Modifier and Type | Method and Description |
|---|---|
void |
onInsertText(TextBuffer source,
TextIter pointer,
String text) |
void onInsertText(TextBuffer source, TextIter pointer, String text)