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

« back to all changes in this revision

Viewing changes to man/gtkVolumeButtonNew.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{gtkVolumeButtonNew}
2
2
\name{gtkVolumeButtonNew}
3
3
\title{gtkVolumeButtonNew}
4
 
\description{Creates a \verb{\link{GtkVolumeButton}}, with a range between 0.0 and 1.0, with
 
4
\description{Creates a \code{\link{GtkVolumeButton}}, with a range between 0.0 and 1.0, with
5
5
a stepping of 0.02. Volume values can be obtained and modified using
6
 
the functions from \verb{\link{GtkScaleButton}}.}
 
6
the functions from \code{\link{GtkScaleButton}}.}
7
7
\usage{gtkVolumeButtonNew(show = TRUE)}
8
 
\details{  Since  2.12}
9
 
\value{[\verb{\link{GtkWidget}}]  a new \verb{\link{GtkVolumeButton}}}
 
8
\details{Since 2.12}
 
9
\value{[\code{\link{GtkWidget}}]  a new \code{\link{GtkVolumeButton}}}
10
10
\author{Derived by RGtkGen from GTK+ documentation}
11
11
\keyword{internal}