Packages
gtk4
Gtk
DeleteType
CHARS
DISPLAY_LINES
DISPLAY_LINE_ENDS
PARAGRAPHS
PARAGRAPH_ENDS
WHITESPACE
WORDS
WORD_ENDS
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.