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

« back to all changes in this revision

Viewing changes to man/gtkComboBoxGetActiveIter.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:
3
3
\title{gtkComboBoxGetActiveIter}
4
4
\description{Sets \code{iter} to point to the current active item, if it exists.}
5
5
\usage{gtkComboBoxGetActiveIter(object)}
6
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkComboBox}}]  A \verb{\link{GtkComboBox}}}}
7
 
\details{  Since  2.4}
 
6
\arguments{\item{\verb{object}}{A \code{\link{GtkComboBox}}}}
 
7
\details{Since 2.4}
8
8
\value{
9
9
A list containing the following elements:
10
10
\item{retval}{[logical] \code{TRUE}, if \code{iter} was set}
11
 
\item{\verb{iter}}{[\verb{\link{GtkTreeIter}}]  The uninitialized \verb{\link{GtkTreeIter}}}
 
11
\item{\verb{iter}}{The uninitialized \code{\link{GtkTreeIter}}}
12
12
}
13
13
\author{Derived by RGtkGen from GTK+ documentation}
14
14
\keyword{internal}