GtkDeleteType

Value

Symbolic name

Description

  0Gtk::DELETE_CHARS
  1Gtk::DELETE_WORD_ENDS Delete only the portion of the word to the left/right of cursor if we're in the middle of a word.
  2Gtk::DELETE_WORDS
  3Gtk::DELETE_DISPLAY_LINES
  4Gtk::DELETE_DISPLAY_LINE_ENDS
  5Gtk::DELETE_PARAGRAPH_ENDS Like C-k in Emacs (or its reverse).
  6Gtk::DELETE_PARAGRAPHS C-k in pico, kill whole line.
  7Gtk::DELETE_WHITESPACE M-\ in Emacs.