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

« back to all changes in this revision

Viewing changes to man/gtkStatusIconNewFromPixbuf.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:
3
3
\title{gtkStatusIconNewFromPixbuf}
4
4
\description{Creates a status icon displaying \code{pixbuf}. }
5
5
\usage{gtkStatusIconNewFromPixbuf(pixbuf)}
6
 
\arguments{\item{\verb{pixbuf}}{[\verb{\link{GdkPixbuf}}]  a \verb{\link{GdkPixbuf}}}}
 
6
\arguments{\item{\verb{pixbuf}}{a \code{\link{GdkPixbuf}}}}
7
7
\details{The image will be scaled down to fit in the available 
8
 
space in the notification area, if necessary.  
9
 
 
10
 
  Since  2.10}
11
 
\value{[\verb{\link{GtkStatusIcon}}]  a new \verb{\link{GtkStatusIcon}}}
 
8
space in the notification area, if necessary.
 
9
  Since 2.10}
 
10
\value{[\code{\link{GtkStatusIcon}}]  a new \code{\link{GtkStatusIcon}}}
12
11
\author{Derived by RGtkGen from GTK+ documentation}
13
12
\keyword{internal}