Gtk.EntryBuffer::inserted-text
function callback(entry_buffer, position:Number, chars:String, n_chars:Number, ):void;
This signal is emitted after text is inserted into the buffer.
Since 2.18
- entry_buffer
instance of Gtk.EntryBuffer that is emitting the signal
- position
the position the text was inserted at.
- chars
The text that was inserted.
- n_chars
The number of characters that were inserted.