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

« back to all changes in this revision

Viewing changes to man/gtkIconInfoGetEmbeddedRect.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:
7
7
See \code{\link{gtkIconInfoSetRawCoordinates}} for further
8
8
information about the coordinate system.}
9
9
\usage{gtkIconInfoGetEmbeddedRect(object)}
10
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkIconInfo}}]  a \verb{\link{GtkIconInfo}}}}
11
 
\details{  Since  2.4}
 
10
\arguments{\item{\verb{object}}{a \code{\link{GtkIconInfo}}}}
 
11
\details{Since 2.4}
12
12
\value{
13
13
A list containing the following elements:
14
14
\item{retval}{[logical] \code{TRUE} if the icon has an embedded rectangle}
15
 
\item{\verb{rectangle}}{[\verb{\link{GdkRectangle}}] \verb{\link{GdkRectangle}} in which to store embedded
 
15
\item{\verb{rectangle}}{\code{\link{GdkRectangle}} in which to store embedded
16
16
  rectangle coordinates; coordinates are only stored
17
17
  when this function returns \code{TRUE}.}
18
18
}