_gtkTextNew

Create a multiple line text widget (display a ObjGtkTextBuffer).

Crée un widget texte multiligne.

Type :

fun [Chn ObjGtkTextBuffer] ObjGtk

_channel_ : Chn : any channel

_buffer_ : ObjGtkTextBuffer : any textbuffer. Can be nil to take the default textbuffer.

Return : ObjGtk : the new object of nil if error

Back