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

« back to all changes in this revision

Viewing changes to man/gtkAdjustmentNew.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{gtkAdjustmentNew}
2
2
\name{gtkAdjustmentNew}
3
3
\title{gtkAdjustmentNew}
4
 
\description{Creates a new \verb{\link{GtkAdjustment}}.}
 
4
\description{Creates a new \code{\link{GtkAdjustment}}.}
5
5
\usage{gtkAdjustmentNew(value = NULL, lower = NULL, upper = NULL, step.incr = NULL, page.incr = NULL, page.size = NULL)}
6
6
\arguments{
7
 
\item{\verb{value}}{[numeric] the initial value.}
8
 
\item{\verb{lower}}{[numeric] the minimum value.}
9
 
\item{\verb{upper}}{[numeric] the maximum value.}
10
 
\item{\verb{step.incr}}{[numeric] the step increment.}
11
 
\item{\verb{page.incr}}{[numeric] the page increment.}
12
 
\item{\verb{page.size}}{[numeric] the page size.}
 
7
\item{\verb{value}}{the initial value.}
 
8
\item{\verb{lower}}{the minimum value.}
 
9
\item{\verb{upper}}{the maximum value.}
 
10
\item{\verb{step.incr}}{the step increment.}
 
11
\item{\verb{page.incr}}{the page increment.}
 
12
\item{\verb{page.size}}{the page size.}
13
13
}
14
 
\value{[\verb{\link{GtkObject}}] a new \verb{\link{GtkAdjustment}}.}
 
14
\value{[\code{\link{GtkObject}}] a new \code{\link{GtkAdjustment}}.}
15
15
\author{Derived by RGtkGen from GTK+ documentation}
16
16
\keyword{internal}