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