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

« back to all changes in this revision

Viewing changes to man/gtkProgressBarSetBarStyle.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{gtkProgressBarSetBarStyle}
3
3
\title{gtkProgressBarSetBarStyle}
4
4
\description{
5
 
Sets the style of the \verb{\link{GtkProgressBar}}.  The default style is
 
5
Sets the style of the \code{\link{GtkProgressBar}}.  The default style is
6
6
\code{GTK_PROGRESS_CONTINUOUS}.
7
7
\strong{WARNING: \code{gtk_progress_bar_set_bar_style} is deprecated and should not be used in newly-written code.}
8
8
}
9
9
\usage{gtkProgressBarSetBarStyle(object, style)}
10
10
\arguments{
11
 
\item{\verb{object}}{[\verb{\link{GtkProgressBar}}] a \verb{\link{GtkProgressBar}}.}
12
 
\item{\verb{style}}{[\code{\link{GtkProgressBarStyle}}] a \code{\link{GtkProgressBarStyle}} value indicating the desired style.}
 
11
\item{\verb{object}}{a \code{\link{GtkProgressBar}}.}
 
12
\item{\verb{style}}{a \code{\link{GtkProgressBarStyle}} value indicating the desired style.}
13
13
}
14
14
\author{Derived by RGtkGen from GTK+ documentation}
15
15
\keyword{internal}