Virtual Method
GtkEntrydelete_from_cursor
Declaration [src]
void
delete_from_cursor (
GtkEntry* entry,
GtkDeleteType type,
gint count
)
Description [src]
Class handler for the GtkEntry::delete-from-cursor
signal. The default implementation deletes the selection or the specified
number of characters or words.
Parameters
type-
Type:
GtkDeleteTypeNo description available.
count-
Type:
gintNo description available.