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

« back to all changes in this revision

Viewing changes to man/gdkCairoResetClip.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{gdkCairoResetClip}
 
2
\name{gdkCairoResetClip}
 
3
\title{gdkCairoResetClip}
 
4
\description{Resets the clip region for a Cairo context created by \code{\link{gdkCairoCreate}}.}
 
5
\usage{gdkCairoResetClip(cr, drawable)}
 
6
\arguments{
 
7
\item{\verb{cr}}{a \code{\link{Cairo}}}
 
8
\item{\verb{drawable}}{a \code{\link{GdkDrawable}}}
 
9
}
 
10
\details{This resets the clip region to the "empty" state for the given drawable.
 
11
This is required for non-native windows since a direct call to
 
12
\code{\link{cairoResetClip}} would unset the clip region inherited from the
 
13
drawable (i.e. the window clip region), and thus let you e.g.
 
14
draw outside your window.
 
15
  
 
16
This is rarely needed though, since most code just create a new cairo_t
 
17
using \code{\link{gdkCairoCreate}} each time they want to draw something.
 
18
  Since 2.18}
 
19
\author{Derived by RGtkGen from GTK+ documentation}
 
20
\keyword{internal}