pangoTabArraySetTab {RGtk2}R Documentation

pangoTabArraySetTab

Description

Sets the alignment and location of a tab stop. alignment must always be

PANGO_TAB_LEFT
in the current implementation.

Usage

pangoTabArraySetTab(object, tab.index, alignment, location)

Arguments

object

a PangoTabArray

tab.index

the index of a tab stop

alignment

tab alignment

location

tab location in Pango units

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]