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

« back to all changes in this revision

Viewing changes to man/gdkWindowInvalidateMaybeRecurse.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:
9
9
response to those expose events.}
10
10
\usage{gdkWindowInvalidateMaybeRecurse(object, region, child.func, user.data)}
11
11
\arguments{
12
 
\item{\verb{object}}{[\verb{\link{GdkWindow}}]  a \verb{\link{GdkWindow}}}
13
 
\item{\verb{region}}{[\verb{\link{GdkRegion}}]  a \verb{\link{GdkRegion}}}
14
 
\item{\verb{user.data}}{[R object]  data passed to \code{child.func}}
 
12
\item{\verb{object}}{a \code{\link{GdkWindow}}}
 
13
\item{\verb{region}}{a \code{\link{GdkRegion}}}
 
14
\item{\verb{user.data}}{\emph{undocumented
 
15
}}
15
16
}
16
17
\details{GDK will call \code{\link{gdkWindowProcessAllUpdates}} on your behalf
17
18
whenever your program returns to the main loop and becomes idle, so
21
22
The \code{child.func} parameter controls whether the region of
22
23
each child window that intersects \code{region} will also be invalidated.
23
24
Only children for which \code{child.func} returns TRUE will have the area
24
 
invalidated.  }
 
25
invalidated.}
25
26
\author{Derived by RGtkGen from GTK+ documentation}
26
27
\keyword{internal}