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

« back to all changes in this revision

Viewing changes to man/gtkBoxPackEnd.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:
6
6
packed with reference to the end of \code{box}.}
7
7
\usage{gtkBoxPackEnd(object, child, expand = TRUE, fill = TRUE, padding = 0)}
8
8
\arguments{
9
 
\item{\verb{object}}{[\verb{\link{GtkBox}}]  a \verb{\link{GtkBox}}}
10
 
\item{\verb{child}}{[\verb{\link{GtkWidget}}]  the \verb{\link{GtkWidget}} to be added to \code{box}}
11
 
\item{\verb{expand}}{[logical] \code{TRUE} if the new child is to be given extra space allocated 
 
9
\item{\verb{object}}{a \code{\link{GtkBox}}}
 
10
\item{\verb{child}}{the \code{\link{GtkWidget}} to be added to \code{box}}
 
11
\item{\verb{expand}}{\code{TRUE} if the new child is to be given extra space allocated 
12
12
  to \code{box}. The extra space will be divided evenly between all children 
13
13
  of \code{box} that use this option}
14
 
\item{\verb{fill}}{[logical] \code{TRUE} if space given to \code{child} by the \code{expand} option is
 
14
\item{\verb{fill}}{\code{TRUE} if space given to \code{child} by the \code{expand} option is
15
15
  actually allocated to \code{child}, rather than just padding it.  This
16
16
  parameter has no effect if \code{expand} is set to \code{FALSE}.  A child is
17
 
  always allocated the full height of a \verb{\link{GtkHBox}} and the full width 
18
 
  of a \verb{\link{GtkVBox}}.  This option affects the other dimension}
19
 
\item{\verb{padding}}{[numeric]  extra space in pixels to put between this child and its
 
17
  always allocated the full height of a \code{\link{GtkHBox}} and the full width 
 
18
  of a \code{\link{GtkVBox}}.  This option affects the other dimension}
 
19
\item{\verb{padding}}{extra space in pixels to put between this child and its
20
20
  neighbors, over and above the global amount specified by
21
21
  \verb{"spacing"} property.  If \code{child} is a widget at one of the 
22
22
  reference ends of \code{box}, then \code{padding} pixels are also put between