Up
_gtkTextEasyInsert
_gtkTextEasyInsert
insert a string in a
TextEasy
object.
Prototype : fun [ObjGtkText S I] ObjGtkText
ObjGtkText
: a ObjGtkText Easy object.
S
: a string.
I
: one of these predefined positions only : POS_START, POS_CURSOR or POS_END.
Return
ObjGtkText : the same TextEsay object or nil if an error occurs.
See also
Example