pangoLayoutSetTabs {RGtk2}R Documentation

pangoLayoutSetTabs

Description

Sets the tabs to use for layout, overriding the default tabs (by default, tabs are every 8 spaces). If tabs is NULL, the default tabs are reinstated. tabs is copied into the layout; you must free your copy of tabs yourself.

Usage

pangoLayoutSetTabs(object, tabs = NULL)

Arguments

object [PangoLayout] a PangoLayout
tabs [PangoTabArray] a PangoTabArray

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]