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

« back to all changes in this revision

Viewing changes to man/gdk-Events.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:
140
140
all GDK events.
141
141
 
142
142
\describe{
143
 
\item{\code{event}}{[\verb{\link{GdkEvent}}] the \verb{\link{GdkEvent}} to process.}
144
 
\item{\code{data}}{[R object] user data set when the event handler was installed with
 
143
\item{\code{event}}{the \code{\link{GdkEvent}} to process.}
 
144
\item{\code{data}}{user data set when the event handler was installed with
145
145
\code{\link{gdkEventHandlerSet}}.}
146
146
}
147
147
 
148
148
 
149
149
}}}
150
 
\references{\url{http://developer.gnome.org/doc/API/2.0/gdk/gdk-Events.html}}
 
150
\references{\url{http://library.gnome.org/devel//gdk/gdk-Events.html}}
151
151
\author{Derived by RGtkGen from GTK+ documentation}
152
152
\keyword{internal}