Enumeration (GI Enum)

Gtk-3.0GtkDeleteType

See also: Gtk.Entry.SignalSignatures.delete_from_cursor | Gtk.Entry::delete-from-cursor.

Index

Enumeration Members

CHARS: number

Delete characters.

DISPLAY_LINE_ENDS: number

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

DISPLAY_LINES: number

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.

PARAGRAPH_ENDS: number

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

PARAGRAPHS: number

Delete entire line. Like C-k in pico.

WHITESPACE: number

Delete only whitespace. Like M-\ in Emacs.

WORD_ENDS: number

Delete only the portion of the word to the left/right of cursor if we’re in the middle of a word.

WORDS: number

Delete words.