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

« back to all changes in this revision

Viewing changes to man/gtkImageNewFromStock.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{gtkImageNewFromStock}
2
2
\name{gtkImageNewFromStock}
3
3
\title{gtkImageNewFromStock}
4
 
\description{Creates a \verb{\link{GtkImage}} displaying a stock icon. Sample stock icon
 
4
\description{Creates a \code{\link{GtkImage}} displaying a stock icon. Sample stock icon
5
5
names are \verb{GTK_STOCK_OPEN}, \verb{GTK_STOCK_QUIT}. Sample stock sizes
6
6
are \verb{GTK_ICON_SIZE_MENU}, \verb{GTK_ICON_SIZE_SMALL_TOOLBAR}. If the stock
7
7
icon name isn't known, the image will be empty.
9
9
\code{\link{gtkIconFactoryAddDefault}} and \code{\link{gtkIconFactoryAdd}}.}
10
10
\usage{gtkImageNewFromStock(stock.id, size, show = TRUE)}
11
11
\arguments{
12
 
\item{\verb{stock.id}}{[character]  a stock icon name}
13
 
\item{\verb{size}}{[\code{\link{GtkIconSize}}]  a stock icon size}
 
12
\item{\verb{stock.id}}{a stock icon name}
 
13
\item{\verb{size}}{ a stock icon size. \emph{[type int]}}
14
14
}
15
 
\value{[\verb{\link{GtkWidget}}]  a new \verb{\link{GtkImage}} displaying the stock icon}
 
15
\value{[\code{\link{GtkWidget}}]  a new \code{\link{GtkImage}} displaying the stock icon}
16
16
\author{Derived by RGtkGen from GTK+ documentation}
17
17
\keyword{internal}