Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkDeleteType |
Enum : | DeleteType |
Properties | |
---|---|
guint32 Gtk.DeleteType.CHARS : 0
|
|
guint32 Gtk.DeleteType.DISPLAY_LINES : 3
|
|
guint32 Gtk.DeleteType.DISPLAY_LINE_ENDS : 4
|
|
guint32 Gtk.DeleteType.PARAGRAPHS : 6
|
|
guint32 Gtk.DeleteType.PARAGRAPH_ENDS : 5
|
|
guint32 Gtk.DeleteType.WHITESPACE : 7
|
|
guint32 Gtk.DeleteType.WORDS : 2
|
|
guint32 Gtk.DeleteType.WORD_ENDS : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.Entry
Signal |
The ::delete-from-cursor signal is a
keybinding signal which gets emitted when the user initiates a text deletion. |
Gtk.TextView
Signal |
The ::delete-from-cursor signal is a
keybinding signal which gets emitted when the user initiates a text deletion. |