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

« back to all changes in this revision

Viewing changes to man/gtkStyleGet.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{gtkStyleGet}
 
2
\name{gtkStyleGet}
 
3
\title{gtkStyleGet}
 
4
\description{Gets the values of a multiple style properties for \code{widget.type}
 
5
from \code{style}.}
 
6
\usage{gtkStyleGet(object, widget.type, first.property.name, ...)}
 
7
\arguments{
 
8
\item{\verb{object}}{a \code{\link{GtkStyle}}}
 
9
\item{\verb{widget.type}}{the \code{\link{GType}} of a descendant of \code{\link{GtkWidget}}}
 
10
\item{\verb{first.property.name}}{the name of the first style property to get}
 
11
\item{\verb{...}}{pairs of property names and locations to
 
12
  return the property values, starting with the location for
 
13
  \code{first.property.name}, terminated by \code{NULL}.}
 
14
}
 
15
\details{Since 2.16}
 
16
\author{Derived by RGtkGen from GTK+ documentation}
 
17
\keyword{internal}