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

« back to all changes in this revision

Viewing changes to man/gtkStatusIconGetPixbuf.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{gtkStatusIconGetPixbuf}
2
2
\name{gtkStatusIconGetPixbuf}
3
3
\title{gtkStatusIconGetPixbuf}
4
 
\description{Gets the \verb{\link{GdkPixbuf}} being displayed by the \verb{\link{GtkStatusIcon}}.
 
4
\description{Gets the \code{\link{GdkPixbuf}} being displayed by the \code{\link{GtkStatusIcon}}.
5
5
The storage type of the status icon must be \code{GTK_IMAGE_EMPTY} or
6
6
\code{GTK_IMAGE_PIXBUF} (see \code{\link{gtkStatusIconGetStorageType}}).
7
7
The caller of this function does not own a reference to the
8
8
returned pixbuf.}
9
9
\usage{gtkStatusIconGetPixbuf(object)}
10
 
\arguments{\item{\verb{object}}{[\verb{\link{GtkStatusIcon}}]  a \verb{\link{GtkStatusIcon}}}}
11
 
\details{  Since  2.10}
12
 
\value{[\verb{\link{GdkPixbuf}}]  the displayed pixbuf, or \code{NULL} if the image is empty.}
 
10
\arguments{\item{\verb{object}}{a \code{\link{GtkStatusIcon}}}}
 
11
\details{Since 2.10}
 
12
\value{[\code{\link{GdkPixbuf}}]  the displayed pixbuf, or \code{NULL} if the image is empty.}
13
13
\author{Derived by RGtkGen from GTK+ documentation}
14
14
\keyword{internal}