gtkTextViewGetTabs {RGtk2}R Documentation

gtkTextViewGetTabs

Description

Gets the default tabs for text.view. Tags in the buffer may override the defaults. The returned list will be NULL if "standard" (8-space) tabs are used. Free the return value with pango\Tab\Array\Free().

Usage

gtkTextViewGetTabs(object)

Arguments

object [GtkTextView] a GtkTextView

Value

[PangoTabArray] .

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.5 Index]