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

« back to all changes in this revision

Viewing changes to man/gtkDragBegin.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
\code{\link{gtkDragSourceSet}} is used.}
8
8
\usage{gtkDragBegin(object, targets, actions, button, event)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkWidget}}]  the source widget.}
11
 
\item{\verb{targets}}{[\verb{\link{GtkTargetList}}]  The targets (data formats) in which the
 
10
\item{\verb{object}}{the source widget.}
 
11
\item{\verb{targets}}{The targets (data formats) in which the
12
12
   source can provide the data.}
13
 
\item{\verb{actions}}{[\code{\link{GdkDragAction}}]  A bitmask of the allowed drag actions for this drag.}
14
 
\item{\verb{button}}{[integer]  The button the user clicked to start the drag.}
15
 
\item{\verb{event}}{[\verb{\link{GdkEvent}}]  The event that triggered the start of the drag.}
 
13
\item{\verb{actions}}{A bitmask of the allowed drag actions for this drag.}
 
14
\item{\verb{button}}{The button the user clicked to start the drag.}
 
15
\item{\verb{event}}{The event that triggered the start of the drag.}
16
16
}
17
 
\value{[\verb{\link{GdkDragContext}}]  the context for this drag.}
 
17
\value{[\code{\link{GdkDragContext}}]  the context for this drag.}
18
18
\author{Derived by RGtkGen from GTK+ documentation}
19
19
\keyword{internal}