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

« back to all changes in this revision

Viewing changes to man/gdkVisualGetBestWithDepth.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:
3
3
\title{gdkVisualGetBestWithDepth}
4
4
\description{Get the best visual with depth \code{depth} for the default GDK screen.
5
5
Color visuals and visuals with mutable colormaps are preferred
6
 
over grayscale or fixed-colormap visuals. \code{NULL} may be returned if no visual supports \code{depth}.}
 
6
over grayscale or fixed-colormap visuals. The return value should not
 
7
be freed. \code{NULL} may be returned if no visual supports \code{depth}.}
7
8
\usage{gdkVisualGetBestWithDepth(depth)}
8
 
\arguments{\item{\verb{depth}}{[integer]  a bit depth}}
9
 
\value{[\verb{\link{GdkVisual}}]  best visual for the given depth}
 
9
\arguments{\item{\verb{depth}}{a bit depth}}
 
10
\value{[\code{\link{GdkVisual}}]  best visual for the given depth. \emph{[  \acronym{transfer none}  ]}}
10
11
\author{Derived by RGtkGen from GTK+ documentation}
11
12
\keyword{internal}