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

« back to all changes in this revision

Viewing changes to man/gtkComboBoxGetButtonSensitivity.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{gtkComboBoxGetButtonSensitivity}
 
2
\name{gtkComboBoxGetButtonSensitivity}
 
3
\title{gtkComboBoxGetButtonSensitivity}
 
4
\description{Returns whether the combo box sets the dropdown button
 
5
sensitive or not when there are no items in the model.}
 
6
\usage{gtkComboBoxGetButtonSensitivity(object)}
 
7
\arguments{\item{\verb{object}}{a \code{\link{GtkComboBox}}}}
 
8
\details{Since 2.14}
 
9
\value{[\code{\link{GtkSensitivityType}}] \code{GTK_SENSITIVITY_ON} if the dropdown button
 
10
   is sensitive when the model is empty, \code{GTK_SENSITIVITY_OFF}
 
11
   if the button is always insensitive or
 
12
   \code{GTK_SENSITIVITY_AUTO} if it is only sensitive as long as
 
13
   the model has one item to be selected.}
 
14
\author{Derived by RGtkGen from GTK+ documentation}
 
15
\keyword{internal}