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

« back to all changes in this revision

Viewing changes to man/gtkBoxQueryChildPacking.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:
4
4
\description{Obtains information about how \code{child} is packed into \code{box}.}
5
5
\usage{gtkBoxQueryChildPacking(object, child)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GtkBox}}]  a \verb{\link{GtkBox}}}
8
 
\item{\verb{child}}{[\verb{\link{GtkWidget}}]  the \verb{\link{GtkWidget}} of the child to query}
 
7
\item{\verb{object}}{a \code{\link{GtkBox}}}
 
8
\item{\verb{child}}{the \code{\link{GtkWidget}} of the child to query}
9
9
}
10
10
\value{
11
11
A list containing the following elements:
12
 
\item{\verb{expand}}{[logical]  pointer to return location for \verb{"expand"} child property }
13
 
\item{\verb{fill}}{[logical]  pointer to return location for \verb{"fill"} child property }
14
 
\item{\verb{padding}}{[numeric]  pointer to return location for \verb{"padding"} child property }
15
 
\item{\verb{pack.type}}{[\code{\link{GtkPackType}}]  pointer to return location for \verb{"pack-type"} child property }
 
12
\item{\verb{expand}}{pointer to return location for \verb{"expand"} child property }
 
13
\item{\verb{fill}}{pointer to return location for \verb{"fill"} child property }
 
14
\item{\verb{padding}}{pointer to return location for \verb{"padding"} child property }
 
15
\item{\verb{pack.type}}{pointer to return location for \verb{"pack-type"} child property }
16
16
}
17
17
\author{Derived by RGtkGen from GTK+ documentation}
18
18
\keyword{internal}