delete-text

This signal is emitted when text is deleted from the widget by the user.

The default handler for this signal will normally be responsible for deleting the text.

Callback function

void callback(GtkEditable editable, int start_pos, int end_pos);