GtkEntryClass.deleteFromCursor

Class handler for the #GtkEntry::delete-from-cursor signal. The default implementation deletes the selection or the specified number of characters or words.

struct GtkEntryClass
extern (C)
void function(GtkEntry* entry, GtkDeleteType type, int count) deleteFromCursor;