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

« back to all changes in this revision

Viewing changes to man/gtkCellRendererGetSize.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
x and y offsets (if set) of the cell relative to this location. }
8
8
\usage{gtkCellRendererGetSize(object, widget, cell.area = NULL)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkCellRenderer}}]  a \verb{\link{GtkCellRenderer}}}
11
 
\item{\verb{widget}}{[\verb{\link{GtkWidget}}]  the widget the renderer is rendering to}
12
 
\item{\verb{cell.area}}{[\verb{\link{GdkRectangle}}]  The area a cell will be allocated, or \code{NULL}}
 
10
\item{\verb{object}}{a \code{\link{GtkCellRenderer}}}
 
11
\item{\verb{widget}}{the widget the renderer is rendering to}
 
12
\item{\verb{cell.area}}{ The area a cell will be allocated, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
13
13
}
14
14
\details{Please note that the values set in \code{width} and \code{height}, as well as those 
15
 
in \code{x.offset} and \code{y.offset} are inclusive of the xpad and ypad properties.  }
 
15
in \code{x.offset} and \code{y.offset} are inclusive of the xpad and ypad properties.}
16
16
\value{
17
17
A list containing the following elements:
18
 
\item{\verb{x.offset}}{[integer]  location to return x offset of cell relative to \code{cell.area}, or \code{NULL}}
19
 
\item{\verb{y.offset}}{[integer]  location to return y offset of cell relative to \code{cell.area}, or \code{NULL}}
20
 
\item{\verb{width}}{[integer]  location to return width needed to render a cell, or \code{NULL}}
21
 
\item{\verb{height}}{[integer]  location to return height needed to render a cell, or \code{NULL}}
 
18
\item{\verb{x.offset}}{ location to return x offset of cell relative to \code{cell.area}, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
19
\item{\verb{y.offset}}{ location to return y offset of cell relative to \code{cell.area}, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
20
\item{\verb{width}}{ location to return width needed to render a cell, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
21
\item{\verb{height}}{ location to return height needed to render a cell, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
22
22
}
23
23
\author{Derived by RGtkGen from GTK+ documentation}
24
24
\keyword{internal}