pangoTabArrayGetTab {RGtk2}R Documentation

pangoTabArrayGetTab

Description

Gets the alignment and position of a tab stop. alignment or location may be NULL if you aren't interested in their value.

Usage

pangoTabArrayGetTab(object, tab.index)

Arguments

object [PangoTabArray] a PangoTabArray
tab.index [integer] tab stop index

Value

A list containing the following elements:

alignment [PangoTabAlign] location to store alignment
location [integer] location to store tab position

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]