pangoLayoutIterNextCluster {RGtk2}R Documentation

pangoLayoutIterNextCluster

Description

Moves iter forward to the next cluster in visual order. If iter was already at the end of the layout, returns FALSE.

Usage

pangoLayoutIterNextCluster(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]