gtkTextIterBackwardToTagToggle: gtkTextIterBackwardToTagToggle

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

Description

Moves backward to the next toggle (on or off) of the GtkTextTag tag, or to the next toggle of any tag if tag is NULL. If no matching tag toggles are found, returns FALSE, otherwise TRUE. Does not return toggles located at iter, only toggles before iter. Sets iter to the location of the toggle, or the start of the buffer if no toggle is found.

Usage

1

Arguments

object

a GtkTextIter

tag

a GtkTextTag, or NULL. [ allow-none ]

Value

[logical] whether we found a tag toggle before iter

Author(s)

Derived by RGtkGen from GTK+ documentation


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