gtkTextIterGetLanguage {RGtk2}R Documentation

gtkTextIterGetLanguage

Description

A convenience wrapper around gtkTextIterGetAttributes, which returns the language in effect at iter. If no tags affecting language apply to iter, the return value is identical to that of gtkGetDefaultLanguage.

Usage

gtkTextIterGetLanguage(object)

Arguments

object [GtkTextIter] an iterator

Value

[PangoLanguage] language in effect at iter

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]