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

« back to all changes in this revision

Viewing changes to man/gtkTableAttach.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
and row numbers of the table. (Columns and rows are indexed from zero).}
8
8
\usage{gtkTableAttach(object, child, left.attach, right.attach, top.attach, bottom.attach, xoptions = 5, yoptions = 5, xpadding = 0, ypadding = 0)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkTable}}] The \verb{\link{GtkTable}} to add a new widget to.}
11
 
\item{\verb{child}}{[\verb{\link{GtkWidget}}] The widget to add.}
12
 
\item{\verb{left.attach}}{[numeric] the column number to attach the left side of a child widget to.}
13
 
\item{\verb{right.attach}}{[numeric] the column number to attach the right side of a child widget to.}
14
 
\item{\verb{top.attach}}{[numeric] the row number to attach the top of a child widget to.}
15
 
\item{\verb{bottom.attach}}{[numeric] the row number to attach the bottom of a child widget to.}
16
 
\item{\verb{xoptions}}{[\code{\link{GtkAttachOptions}}] Used to specify the properties of the child widget when the table is resized.}
17
 
\item{\verb{yoptions}}{[\code{\link{GtkAttachOptions}}] The same as xoptions, except this field determines behaviour of vertical resizing.}
18
 
\item{\verb{xpadding}}{[numeric] An integer value specifying the padding on the left and right of the widget being added to the table.}
19
 
\item{\verb{ypadding}}{[numeric] The amount of padding above and below the child widget.}
 
10
\item{\verb{object}}{The \code{\link{GtkTable}} to add a new widget to.}
 
11
\item{\verb{child}}{The widget to add.}
 
12
\item{\verb{left.attach}}{the column number to attach the left side of a child widget to.}
 
13
\item{\verb{right.attach}}{the column number to attach the right side of a child widget to.}
 
14
\item{\verb{top.attach}}{the row number to attach the top of a child widget to.}
 
15
\item{\verb{bottom.attach}}{the row number to attach the bottom of a child widget to.}
 
16
\item{\verb{xoptions}}{Used to specify the properties of the child widget when the table is resized.}
 
17
\item{\verb{yoptions}}{The same as xoptions, except this field determines behaviour of vertical resizing.}
 
18
\item{\verb{xpadding}}{An integer value specifying the padding on the left and right of the widget being added to the table.}
 
19
\item{\verb{ypadding}}{The amount of padding above and below the child widget.}
20
20
}
21
21
\author{Derived by RGtkGen from GTK+ documentation}
22
22
\keyword{internal}