Virtual Method

GtkEntryinsert_at_cursor

Declaration [src]

void
insert_at_cursor (
  GtkEntry* entry,
  const gchar* str
)

Description [src]

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

Parameters

str

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.