pangoLayoutIterNextLine {RGtk2}R Documentation

pangoLayoutIterNextLine

Description

Moves iter forward to the start of the next line. If iter is already on the last line, returns FALSE.

Usage

pangoLayoutIterNextLine(object)

Arguments

object [PangoLayoutIter] a PangoLayoutIter

Value

[logical] whether motion was possible.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]