emit_inserted_text
Description:
public void emit_inserted_text (
uint position,
uint8[] chars)
Used when subclassing `GtkEntryBuffer`.
Parameters:
| this |
a `GtkEntryBuffer`
|
| position |
position at which text was inserted
|
| chars |
text that was inserted
|
| n_chars |
number of characters inserted
|