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

« back to all changes in this revision

Viewing changes to man/gtkColorSelectionGetColor.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{gtkColorSelectionGetColor}
4
4
\description{
5
5
Sets \code{color} to be the current color in the GtkColorSelection widget.
6
 
\strong{WARNING: \code{gtk_color_selection_get_color} is deprecated and should not be used in newly-written code.}
 
6
\strong{WARNING: \code{gtk_color_selection_get_color} has been deprecated since version 2.0 and should not be used in newly-written code. Use \code{\link{gtkColorSelectionGetCurrentColor}} instead.}
7
7
}
8
8
\usage{gtkColorSelectionGetColor(object)}
9
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkColorSelection}}]  a \verb{\link{GtkColorSelection}}.}}
10
 
\details{This function is deprecated, use \code{\link{gtkColorSelectionGetCurrentColor}} instead.  }
 
9
\arguments{\item{\verb{object}}{a \code{\link{GtkColorSelection}}.}}
11
10
\value{
12
11
A list containing the following elements:
13
 
\item{\verb{color}}{[numeric]  a list of 4 \verb{numeric} to fill in with the current color.}
 
12
\item{\verb{color}}{a list of 4 \verb{numeric} to fill in with the current color.}
14
13
}
15
14
\author{Derived by RGtkGen from GTK+ documentation}
16
15
\keyword{internal}