Gtk.DeleteType – gtk4 Reference Manual
DeleteType
Description:
[
CCode
( cprefix =
"GTK_DELETE_"
, type_id =
"gtk_delete_type_get_type ()"
) ]
public
enum
DeleteType
Passed to various keybinding signals for deleting text.
Namespace:
Gtk
Package:
gtk4
Content:
Enum values:
CHARS
-
Delete characters.
DISPLAY_LINES
-
Delete display-lines.
DISPLAY_LINE_ENDS
-
Delete only the portion of the display-line to the left/right of cursor.
PARAGRAPHS
-
Delete entire line.
PARAGRAPH_ENDS
-
Delete to the end of the paragraph.
WHITESPACE
-
Delete only whitespace.
WORDS
-
Delete words.
WORD_ENDS
-
Delete only the portion of the word to the left/right of cursor if we’re in the middle of a word.
2022 vala-language.org