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