Enumeration

GtkDeleteType

Declaration

enum Gtk.DeleteType

Description [src]

See also: GtkEntry::delete-from-cursor.

Members

GTK_DELETE_CHARS

Delete characters.

  • Value: 0
  • Available since: 3.0
GTK_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.

  • Value: 1
  • Available since: 3.0
GTK_DELETE_WORDS

Delete words.

  • Value: 2
  • Available since: 3.0
GTK_DELETE_DISPLAY_LINES

Delete display-lines. Display-lines refers to the visible lines, with respect to to the current line breaks. As opposed to paragraphs, which are defined by line breaks in the input.

  • Value: 3
  • Available since: 3.0
GTK_DELETE_DISPLAY_LINE_ENDS

Delete only the portion of the display-line to the left/right of cursor.

  • Value: 4
  • Available since: 3.0
GTK_DELETE_PARAGRAPH_ENDS

Delete to the end of the paragraph. Like C-k in Emacs (or its reverse).

  • Value: 5
  • Available since: 3.0
GTK_DELETE_PARAGRAPHS

Delete entire line. Like C-k in pico.

  • Value: 6
  • Available since: 3.0
GTK_DELETE_WHITESPACE

Delete only whitespace. Like M-\ in Emacs.

  • Value: 7
  • Available since: 3.0