_gtkTextBufferSet

Set the text into a ObjGtkTextBuffer.

Définit le contenu d'un ObjGtkTextBuffer.

Type :

fun [ObjGtkTextBuffer S I] ObjGtkTextBuffer

_textbuffer_ : ObjGtk : any textbuffer already created.

_string_ : S : any new content.

_length_ : I : length of text in bytes. If nil, entire texte will set.

Return : ObjGtkTextBuffer : the same _textbuffer_ object or nil if error.

Back