GtkEntryClass.insertAtCursor

Class handler for the #GtkEntry::insert-at-cursor signal. The default implementation inserts text at the cursor.

struct GtkEntryClass
extern (C)
void function(GtkEntry* entry, const(char)* str) insertAtCursor;