~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gdkOffscreenWindowSetEmbedder.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\alias{gdkOffscreenWindowSetEmbedder}
 
2
\name{gdkOffscreenWindowSetEmbedder}
 
3
\title{gdkOffscreenWindowSetEmbedder}
 
4
\description{Sets \code{window} to be embedded in \code{embedder}.}
 
5
\usage{gdkOffscreenWindowSetEmbedder(window, embedder)}
 
6
\arguments{
 
7
\item{\verb{window}}{a \code{\link{GdkWindow}}}
 
8
\item{\verb{embedder}}{the \code{\link{GdkWindow}} that \code{window} gets embedded in}
 
9
}
 
10
\details{To fully embed an offscreen window, in addition to calling this
 
11
function, it is also necessary to handle the \verb{"pick-embedded-child"}
 
12
signal on the \code{embedder} and the \verb{"to-embedder"} and
 
13
\verb{"from-embedder"} signals on \code{window}.
 
14
  Since 2.18}
 
15
\author{Derived by RGtkGen from GTK+ documentation}
 
16
\keyword{internal}