File: gdkWindowAtPointer.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (19 lines) | stat: -rw-r--r-- 1,074 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\alias{gdkWindowAtPointer}
\name{gdkWindowAtPointer}
\title{gdkWindowAtPointer}
\description{Obtains the window underneath the mouse pointer, returning the
location of that window in \code{win.x}, \code{win.y}. Returns \code{NULL} if the
window under the mouse pointer is not known to GDK (if the window
belongs to another application and a \code{\link{GdkWindow}} hasn't been created
for it with \code{gdkWindowForeignNew()})}
\usage{gdkWindowAtPointer()}
\details{NOTE: For multihead-aware widgets or applications use
\code{\link{gdkDisplayGetWindowAtPointer}} instead.}
\value{
A list containing the following elements:
\item{retval}{[\code{\link{GdkWindow}}] window under the mouse pointer. \emph{[  \acronym{transfer none}  ]}}
\item{\verb{win.x}}{return location for origin of the window under the pointer. \emph{[  \acronym{out}  ][  \acronym{allow-none}  ]}}
\item{\verb{win.y}}{return location for origin of the window under the pointer. \emph{[  \acronym{out}  ][  \acronym{allow-none}  ]}}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}