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

« back to all changes in this revision

Viewing changes to man/gtkProgressSetActivityMode.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:
2
2
\name{gtkProgressSetActivityMode}
3
3
\title{gtkProgressSetActivityMode}
4
4
\description{
5
 
A \verb{\link{GtkProgress}} can be in one of two different modes: percentage
6
 
mode (the default) and activity mode.  In activity mode, the 
 
5
A \code{\link{GtkProgress}} can be in one of two different modes: percentage
 
6
mode (the default) and activity mode.  In activity mode, the
7
7
progress is simply indicated as activity rather than as a percentage
8
8
complete.
9
9
\strong{WARNING: \code{gtk_progress_set_activity_mode} is deprecated and should not be used in newly-written code.}
10
10
}
11
11
\usage{gtkProgressSetActivityMode(object, activity.mode)}
12
12
\arguments{
13
 
\item{\verb{object}}{[\verb{\link{GtkProgress}}] a \verb{\link{GtkProgress}}.}
14
 
\item{\verb{activity.mode}}{[logical] a boolean, \code{TRUE} for activity mode.}
 
13
\item{\verb{object}}{a \code{\link{GtkProgress}}.}
 
14
\item{\verb{activity.mode}}{a boolean, \code{TRUE} for activity mode.}
15
15
}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}