Signal
GtkEntryBuffer::inserted-text
since: 2.18
Declaration
void
inserted_text (
GtkEntryBuffer* self,
guint position,
gchar* chars,
guint n_chars,
gpointer user_data
)
Description [src]
This signal is emitted after text is inserted into the buffer.
Default handler: The default handler is called before the handlers added via |
Available since: 2.18 |