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

« back to all changes in this revision

Viewing changes to man/gtkAspectFrameSet.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:
1
1
\alias{gtkAspectFrameSet}
2
2
\name{gtkAspectFrameSet}
3
3
\title{gtkAspectFrameSet}
4
 
\description{Set parameters for an existing \verb{\link{GtkAspectFrame}}.}
 
4
\description{Set parameters for an existing \code{\link{GtkAspectFrame}}.}
5
5
\usage{gtkAspectFrameSet(object, xalign = 0, yalign = 0, ratio = 1, obey.child = 1)}
6
6
\arguments{
7
 
\item{\verb{object}}{[\verb{\link{GtkAspectFrame}}] a \verb{\link{GtkAspectFrame}}}
8
 
\item{\verb{xalign}}{[numeric] Horizontal alignment of the child within the allocation of
9
 
the \verb{\link{GtkAspectFrame}}. This ranges from 0.0 (left aligned)
10
 
to 1.0 (right aligned)}
11
 
\item{\verb{yalign}}{[numeric] Vertical alignment of the child within the allocation of
12
 
the \verb{\link{GtkAspectFrame}}. This ranges from 0.0 (left aligned)
13
 
to 1.0 (right aligned)}
14
 
\item{\verb{ratio}}{[numeric] The desired aspect ratio.}
15
 
\item{\verb{obey.child}}{[logical] If \code{TRUE}, \code{ratio} is ignored, and the aspect
 
7
\item{\verb{object}}{a \code{\link{GtkAspectFrame}}}
 
8
\item{\verb{xalign}}{Horizontal alignment of the child within the allocation of
 
9
the \code{\link{GtkAspectFrame}}. This ranges from 0.0 (left aligned)
 
10
to 1.0 (right aligned)}
 
11
\item{\verb{yalign}}{Vertical alignment of the child within the allocation of
 
12
the \code{\link{GtkAspectFrame}}. This ranges from 0.0 (left aligned)
 
13
to 1.0 (right aligned)}
 
14
\item{\verb{ratio}}{The desired aspect ratio.}
 
15
\item{\verb{obey.child}}{If \code{TRUE}, \code{ratio} is ignored, and the aspect
16
16
    ratio is taken from the requistion of the child.}
17
17
}
18
18
\author{Derived by RGtkGen from GTK+ documentation}