Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkTextIterGetAttributes

gtkTextIterGetAttributes


Description

Computes the effect of any tags applied to this spot in the text. The values parameter should be initialized to the default settings you wish to use if no tags are in effect. You'd typically obtain the defaults from gtkTextViewGetDefaultAttributes.

Usage

gtkTextIterGetAttributes(object, values)

Arguments

object

an iterator

values

a GtkTextAttributes to be filled in

Details

gtkTextIterGetAttributes will modify values, applying the effects of any tags present at iter. If any tags affected values, the function returns TRUE.

Value

[logical] TRUE if values was modified

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.