deleted_text
Description:
public virtual signal void deleted_text (
uint position,
uint n_chars)
This signal is emitted after text is deleted from the buffer.
Parameters:
position |
the position the text was deleted at.
|
n_chars |
The number of characters that were deleted.
|