_gtkTextGet

Get the text into a ObjGtk text.

Retourne le text dans un objet text (ObjGtk).

Type :

fun [ObjGtk I] S

_text_ : ObjGtk : any textview already created.

_unhidden_ : I : if 1 then include invisible text (special character, etc).

Return : S : the current text or nil if error.

Back