insert_at_cursor


Description:

public void insert_at_cursor (string text, int len)

Simply calls insert, using the current cursor position as the insertion point.

Parameters:

this

a TextBuffer

text

text in UTF-8 format

len

length of text, in bytes