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

« back to all changes in this revision

Viewing changes to man/gtkRcAddClassStyle.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:
2
2
\name{gtkRcAddClassStyle}
3
3
\title{gtkRcAddClassStyle}
4
4
\description{
5
 
Adds a \verb{\link{GtkRcStyle}} that will be looked up by a matching against
 
5
Adds a \code{\link{GtkRcStyle}} that will be looked up by a matching against
6
6
the class hierarchy of the widget. This is equivalent to a:
7
 
\code{
8
 
class PATTERN style STYLE
9
 
}
 
7
\code{class PATTERN style STYLE}
10
8
statement in a RC file.
11
 
\strong{WARNING: \code{gtk_rc_add_class_style} is deprecated and should not be used in newly-written code.}
 
9
\strong{WARNING: \code{gtk_rc_add_class_style} is deprecated and should not be used in newly-written code. Use \code{\link{gtkRcParseString}} with a suitable string instead.}
12
10
}
13
11
\usage{gtkRcAddClassStyle(object, pattern)}
14
12
\arguments{
15
 
\item{\verb{object}}{[\verb{\link{GtkRcStyle}}] the \verb{\link{GtkRcStyle}} to use for widgets deriving from \code{pattern}}
16
 
\item{\verb{pattern}}{[character] the pattern}
 
13
\item{\verb{object}}{the \code{\link{GtkRcStyle}} to use for widgets deriving from \code{pattern}}
 
14
\item{\verb{pattern}}{the pattern}
17
15
}
18
16
\author{Derived by RGtkGen from GTK+ documentation}
19
17
\keyword{internal}