_gtkTextSet

Set the text into a ObjGtk text.

Définit le text dans un objet text (ObjGtk).

Type :

fun [ObjGtk S I] ObjGtk

_text_ : ObjGtk : any textview already created.

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

Return : ObjGtk : the same _text_ or nil if error.

Back