Signal

Gtk.Text::insert-at-cursor

Declaration

void
insert_at_cursor (
  GtkText self,
  gchar* string,
  gpointer user_data
)

Description [src]

Emitted when the user initiates the insertion of a fixed string at the cursor.

This is a keybinding signal.

This signal has no default bindings.

Default handler:

The default handler is called after the handlers added via g_signal_connect()

The signal can be emitted directly

Parameters

string gchar*
 

the string to insert

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string