~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gtkTextIterForwardToTagToggle.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
\name{gtkTextIterForwardToTagToggle}
3
3
\title{gtkTextIterForwardToTagToggle}
4
4
\description{Moves forward to the next toggle (on or off) of the
5
 
\verb{\link{GtkTextTag}} \code{tag}, or to the next toggle of any tag if
 
5
\code{\link{GtkTextTag}} \code{tag}, or to the next toggle of any tag if
6
6
\code{tag} is \code{NULL}. If no matching tag toggles are found,
7
7
returns \code{FALSE}, otherwise \code{TRUE}. Does not return toggles
8
8
located at \code{iter}, only toggles after \code{iter}. Sets \code{iter} to
10
10
if no toggle is found.}
11
11
\usage{gtkTextIterForwardToTagToggle(object, tag = NULL)}
12
12
\arguments{
13
 
\item{\verb{object}}{[\verb{\link{GtkTextIter}}]  a \verb{\link{GtkTextIter}}}
14
 
\item{\verb{tag}}{[\verb{\link{GtkTextTag}}]  a \verb{\link{GtkTextTag}}, or \code{NULL}}
 
13
\item{\verb{object}}{a \code{\link{GtkTextIter}}}
 
14
\item{\verb{tag}}{ a \code{\link{GtkTextTag}}, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
15
15
}
16
16
\value{[logical]  whether we found a tag toggle after \code{iter}}
17
17
\author{Derived by RGtkGen from GTK+ documentation}