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 [PangoTabArray] a PangoTabArray

Value

A list containing the following elements:

alignments [PangoTabAlign] location to store a list of tab stop alignments
locations [integer] location to store a list of tab positions

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]