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

« back to all changes in this revision

Viewing changes to man/gtkWidgetIsSensitive.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{gtkWidgetIsSensitive}
2
2
\name{gtkWidgetIsSensitive}
3
3
\title{gtkWidgetIsSensitive}
4
 
\description{Reports whether the widget is sensitive.}
5
 
\usage{
6
 
gtkWidgetIsSensitive(wid)
7
 
}
8
 
\arguments{
9
 
\item{wid}{The widget to check for sensitivity.}
10
 
}
11
 
\value{
12
 
boolean indicating whether the widget is sensitive
13
 
}
14
 
\author{Michael Lawrence}
 
4
\description{Returns the widget's effective sensitivity, which means
 
5
it is sensitive itself and also its parent widget is sensntive}
 
6
\usage{gtkWidgetIsSensitive(object)}
 
7
\arguments{\item{\verb{object}}{a \code{\link{GtkWidget}}}}
 
8
\details{Since 2.18}
 
9
\value{[logical] \code{TRUE} if the widget is effectively sensitive}
 
10
\author{Derived by RGtkGen from GTK+ documentation}
15
11
\keyword{internal}
16
 
\keyword{interface}