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