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

« back to all changes in this revision

Viewing changes to man/gtkIconViewConvertWidgetToBinWindowCoords.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:
5
5
as expected by e.g. \code{\link{gtkIconViewGetPathAtPos}}.}
6
6
\usage{gtkIconViewConvertWidgetToBinWindowCoords(object, wx, wy)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkIconView}}] }
9
 
\item{\verb{wx}}{[integer]  X coordinate relative to the widget}
10
 
\item{\verb{wy}}{[integer]  Y coordinate relative to the widget}
 
8
\item{\verb{object}}{a \code{\link{GtkIconView}} }
 
9
\item{\verb{wx}}{X coordinate relative to the widget}
 
10
\item{\verb{wy}}{Y coordinate relative to the widget}
11
11
}
12
 
\details{  Since  2.12}
 
12
\details{Since 2.12}
13
13
\value{
14
14
A list containing the following elements:
15
 
\item{\verb{bx}}{[integer]  return location for bin_window X coordinate}
16
 
\item{\verb{by}}{[integer]  return location for bin_window Y coordinate}
 
15
\item{\verb{bx}}{return location for bin_window X coordinate}
 
16
\item{\verb{by}}{return location for bin_window Y coordinate}
17
17
}
18
18
\author{Derived by RGtkGen from GTK+ documentation}
19
19
\keyword{internal}