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 [PangoTabArray] a PangoTabArray
tab.index [integer] the index of a tab stop
alignment [PangoTabAlign] tab alignment
location [integer] tab location in Pango units

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]