File: gdkWindowNew.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 (16 lines) | stat: -rw-r--r-- 821 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\alias{gdkWindowNew}
\name{gdkWindowNew}
\title{gdkWindowNew}
\description{Creates a new \code{\link{GdkWindow}} using the attributes from
\code{attributes}. See \code{\link{GdkWindowAttr}} and \code{\link{GdkWindowAttributesType}} for
more details.  Note: to use this on displays other than the default
display, \code{parent} must be specified.}
\usage{gdkWindowNew(parent = NULL, attributes)}
\arguments{
\item{\verb{parent}}{a \code{\link{GdkWindow}}, or \code{NULL} to create the window as a child of
the default root window for the default display. \emph{[  \acronym{allow-none}  ]}}
\item{\verb{attributes}}{attributes of the new window}
}
\value{[\code{\link{GdkWindow}}] the new \code{\link{GdkWindow}}. \emph{[  \acronym{transfer none}  ]}}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}