Up
_gtkTextIndentSet
_gtkTextIndentSet
obtains the indentation value of a
Text
object.
Prototype : fun [ObjGtkText I] ObjGtkText
ObjGtkText
: a destination ObjGtkText object.
I
: the new indentation value (in pixels).
Return
ObjGtkText : the same Text object or nil if an error occurs.
See also
_gtkTextIndentGet
Example