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

« back to all changes in this revision

Viewing changes to man/gdkWindowGetPosition.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:
2
2
\name{gdkWindowGetPosition}
3
3
\title{gdkWindowGetPosition}
4
4
\description{Obtains the position of the window as reported in the
5
 
most-recently-processed \verb{\link{GdkEventConfigure}}. Contrast with
 
5
most-recently-processed \code{\link{GdkEventConfigure}}. Contrast with
6
6
\code{\link{gdkWindowGetGeometry}} which queries the X server for the
7
7
current window position, regardless of which events have been
8
8
received or processed.}
9
9
\usage{gdkWindowGetPosition(object)}
10
 
\arguments{\item{\verb{object}}{[\verb{\link{GdkWindow}}]  a \verb{\link{GdkWindow}}}}
11
 
\details{The position coordinates are relative to the window's parent window.  }
 
10
\arguments{\item{\verb{object}}{a \code{\link{GdkWindow}}}}
 
11
\details{The position coordinates are relative to the window's parent window.}
12
12
\value{
13
13
A list containing the following elements:
14
 
\item{\verb{x}}{[integer]  X coordinate of window}
15
 
\item{\verb{y}}{[integer]  Y coordinate of window}
 
14
\item{\verb{x}}{X coordinate of window}
 
15
\item{\verb{y}}{Y coordinate of window}
16
16
}
17
17
\author{Derived by RGtkGen from GTK+ documentation}
18
18
\keyword{internal}