File: gdkWindowMergeChildShapes.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 (14 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\alias{gdkWindowMergeChildShapes}
\name{gdkWindowMergeChildShapes}
\title{gdkWindowMergeChildShapes}
\description{Merges the shape masks for any child windows into the
shape mask for \code{window}. i.e. the union of all masks
for \code{window} and its children will become the new mask
for \code{window}. See \code{\link{gdkWindowShapeCombineMask}}.}
\usage{gdkWindowMergeChildShapes(object)}
\arguments{\item{\verb{object}}{a \code{\link{GdkWindow}}}}
\details{This function is distinct from \code{\link{gdkWindowSetChildShapes}}
because it includes \code{window}'s shape mask in the set of shapes to
be merged.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}