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

« back to all changes in this revision

Viewing changes to man/gtkStyleGetStyleProperty.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{gtkStyleGetStyleProperty}
 
2
\name{gtkStyleGetStyleProperty}
 
3
\title{gtkStyleGetStyleProperty}
 
4
\description{Queries the value of a style property corresponding to a
 
5
widget class is in the given style.}
 
6
\usage{gtkStyleGetStyleProperty(object, widget.type, 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{property.name}}{the name of the style property to get}
 
11
}
 
12
\details{Since 2.16}
 
13
\value{
 
14
A list containing the following elements:
 
15
\item{\verb{value}}{a \verb{R object} where the value of the property being
 
16
    queried will be stored}
 
17
}
 
18
\author{Derived by RGtkGen from GTK+ documentation}
 
19
\keyword{internal}