Virtual Method

GtkEntryBufferinserted_text

Declaration [src]

void
inserted_text (
  GtkEntryBuffer* buffer,
  guint position,
  const gchar* chars,
  guint n_chars
)

Description

No description available.

Parameters

position

Type: guint

No description available.

chars

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.
n_chars

Type: guint

No description available.