File: gdkColorWhite.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 (17 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\alias{gdkColorWhite}
\name{gdkColorWhite}
\title{gdkColorWhite}
\description{
Returns the white color for a given colormap. The resulting
value has already allocated been allocated.
\strong{WARNING: \code{gdk_color_white} is deprecated and should not be used in newly-written code.}
}
\usage{gdkColorWhite(object)}
\arguments{\item{\verb{object}}{a \code{\link{GdkColormap}}.}}
\value{
A list containing the following elements:
\item{retval}{[integer] \code{TRUE} if the allocation succeeded.}
\item{\verb{color}}{the location to store the color.}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}