Method
GtkTextBufferinsert_at_cursor
Declaration [src]
void
gtk_text_buffer_insert_at_cursor (
  GtkTextBuffer* buffer,
  const char* text,
  int len
)
Description [src]
Inserts text in buffer.
Simply calls gtk_text_buffer_insert(),
using the current cursor position as the insertion point.