File: gdkWindowMoveResize.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 (17 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\alias{gdkWindowMoveResize}
\name{gdkWindowMoveResize}
\title{gdkWindowMoveResize}
\description{Equivalent to calling \code{\link{gdkWindowMove}} and \code{\link{gdkWindowResize}},
except that both operations are performed at once, avoiding strange
visual effects. (i.e. the user may be able to see the window first
move, then resize, if you don't use \code{\link{gdkWindowMoveResize}}.)}
\usage{gdkWindowMoveResize(object, x, y, width, height)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkWindow}}}
\item{\verb{x}}{new X position relative to window's parent}
\item{\verb{y}}{new Y position relative to window's parent}
\item{\verb{width}}{new width}
\item{\verb{height}}{new height}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}