Up
_gtkTextCount
_gtkTextCount
gets the chars number or the lines number of a
Text
object.
Prototype : fun [ObjGtkText I] I
ObjGtkText
: a ObjGtkText object.
I
: a flag : 0 : number of lines, 1 : number of chars, another value will return NIL.
Return
I : the asked number or nil if an error occurs.
See also
Example