gtkTextIterGetToggledTags: gtkTextIterGetToggledTags

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Returns a list of GtkTextTag that are toggled on or off at this point. (If toggled.on is TRUE, the list contains tags that are toggled on.) If a tag is toggled on at iter, then some non-empty range of characters following iter has that tag applied to it. If a tag is toggled off, then some non-empty range following iter does not have the tag applied to it.

Usage

1
gtkTextIterGetToggledTags(object, toggled.on)

Arguments

object

an iterator

toggled.on

TRUE to get toggled-on tags

Value

[list] tags toggled at this point. [ element-type GtkTextTag][ transfer container ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.