GtkText::backward_delete

int backward_delete(int nchars);

Deletes the number of characters stipulated, back from the current insertion point.

Note that these are literal numbers, and that shortcuts such as 0 and -1 cannot be used here.