pangoTabArrayGetTabs {RGtk2}R Documentation

pangoTabArrayGetTabs

Description

If non-NULL, alignments and locations are filled with allocated arrays of length pangoTabArrayGetSize. You must free the returned list.

Usage

pangoTabArrayGetTabs(object)

Arguments

object

a PangoTabArray

Value

A list containing the following elements:

alignments

location to store a list of tab stop alignments, or NULL

locations

location to store a list of tab positions, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]