Insert a string to a textbuffer at the current position of the cursor.
Insère une chaine à la position courante du curseur d'un textbuffer.
_textbuffer_ : ObjGtkTextBuffer : any textbuffer object already created.
_string_ : S : a string to be inserted.
_length_ : I : length of text in characters. If nil, entire texte will set.
Return : ObjGtkTextBuffer : the same _textbuffer_ or nil if error.