pangoTabArrayGetTab {RGtk2}R Documentation

pangoTabArrayGetTab

Description

Gets the alignment and position of a tab stop.

Usage

pangoTabArrayGetTab(object, tab.index)

Arguments

object

a PangoTabArray

tab.index

tab stop index

Value

A list containing the following elements:

alignment

location to store alignment, or NULL

location

location to store tab position, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]