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

« back to all changes in this revision

Viewing changes to man/gtkEntrySetCursorHadjustment.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:
7
7
the adjustment.}
8
8
\usage{gtkEntrySetCursorHadjustment(object, adjustment)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkEntry}}]  a \verb{\link{GtkEntry}}}
11
 
\item{\verb{adjustment}}{[\verb{\link{GtkAdjustment}}]  an adjustment which should be adjusted when the cursor 
 
10
\item{\verb{object}}{a \code{\link{GtkEntry}}}
 
11
\item{\verb{adjustment}}{an adjustment which should be adjusted when the cursor 
12
12
             is moved, or \code{NULL}}
13
13
}
14
14
\details{The adjustment has to be in pixel units and in the same coordinate system 
15
 
as the entry.  
16
 
 
17
 
  Since  2.12}
 
15
as the entry.
 
16
  Since 2.12}
18
17
\author{Derived by RGtkGen from GTK+ documentation}
19
18
\keyword{internal}