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

« back to all changes in this revision

Viewing changes to man/gtkWidgetModifyFg.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
1
\alias{gtkWidgetModifyFg}
2
2
\name{gtkWidgetModifyFg}
3
3
\title{gtkWidgetModifyFg}
4
 
\description{Sets the foreground color for a widget in a particular state.  
 
4
\description{Sets the foreground color for a widget in a particular state.
5
5
All other style values are left untouched. See also
6
6
\code{\link{gtkWidgetModifyStyle}}.}
7
7
\usage{gtkWidgetModifyFg(object, state, color = NULL)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{GtkWidget}}]  a \verb{\link{GtkWidget}}}
10
 
\item{\verb{state}}{[\code{\link{GtkStateType}}]  the state for which to set the foreground color}
11
 
\item{\verb{color}}{[\verb{\link{GdkColor}}]  the color to assign (does not need to be allocated),
 
9
\item{\verb{object}}{a \code{\link{GtkWidget}}}
 
10
\item{\verb{state}}{the state for which to set the foreground color}
 
11
\item{\verb{color}}{ the color to assign (does not need to be allocated),
12
12
        or \code{NULL} to undo the effect of previous calls to
13
 
        of \code{\link{gtkWidgetModifyFg}}.}
 
13
        of \code{\link{gtkWidgetModifyFg}}. \emph{[  \acronym{allow-none}  ]}}
14
14
}
15
15
\author{Derived by RGtkGen from GTK+ documentation}
16
16
\keyword{internal}