File: gdkWindowRestack.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 (21 lines) | stat: -rw-r--r-- 972 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
20
21
\alias{gdkWindowRestack}
\name{gdkWindowRestack}
\title{gdkWindowRestack}
\description{Changes the position of  \code{window} in the Z-order (stacking order), so that
it is above \code{sibling} (if \code{above} is \code{TRUE}) or below \code{sibling} (if \code{above} is
\code{FALSE}).}
\usage{gdkWindowRestack(object, sibling, above)}
\arguments{
\item{\verb{object}}{a \code{\link{GdkWindow}}}
\item{\verb{sibling}}{a \code{\link{GdkWindow}} that is a sibling of \code{window}, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
\item{\verb{above}}{a boolean}
}
\details{If \code{sibling} is \code{NULL}, then this either raises (if \code{above} is \code{TRUE}) or
lowers the window.
  
If \code{window} is a toplevel, the window manager may choose to deny the
request to move the window in the Z-order, \code{\link{gdkWindowRestack}} only
requests the restack, does not guarantee it.
  Since 2.18}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}