[Top]
GTK2
GTK2.Pango.Layout
|
Method GTK2.Pango.Layout()->set_indent()
- Method
set_indent
Pango.Layout set_indent(int indent)
- Description
Sets the width in pango units to indent each paragraph. A negative value
of indent will produce a hanging indent. That is, the first line will
have the full width, and subsequent lines will be indented by the absolute
value of indent.
|