Entry.addOnDeleteFromCursor

The ::delete-from-cursor signal is a [keybinding signal]GtkBindingSignal which gets emitted when the user initiates a text deletion.

If the type is GTK_DELETE_CHARS, GTK+ deletes the selection if there is one, otherwise it deletes the requested number of characters.

The default bindings for this signal are Delete for deleting a character and Ctrl-Delete for deleting a word.

class Entry
gulong
addOnDeleteFromCursor
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)