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

« back to all changes in this revision

Viewing changes to man/gtkTextViewForwardDisplayLineEnd.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:
8
8
wrapping is turned off, display lines and paragraphs will be the
9
9
same. Display lines are divided differently for each view, since
10
10
they depend on the view's width; paragraphs are the same in all
11
 
views, since they depend on the contents of the \verb{\link{GtkTextBuffer}}.}
 
11
views, since they depend on the contents of the \code{\link{GtkTextBuffer}}.}
12
12
\usage{gtkTextViewForwardDisplayLineEnd(object, iter)}
13
13
\arguments{
14
 
\item{\verb{object}}{[\verb{\link{GtkTextView}}]  a \verb{\link{GtkTextView}}}
15
 
\item{\verb{iter}}{[\verb{\link{GtkTextIter}}]  a \verb{\link{GtkTextIter}}}
 
14
\item{\verb{object}}{a \code{\link{GtkTextView}}}
 
15
\item{\verb{iter}}{a \code{\link{GtkTextIter}}}
16
16
}
17
17
\value{[logical] \code{TRUE} if \code{iter} was moved and is not on the end iterator}
18
18
\author{Derived by RGtkGen from GTK+ documentation}