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

« back to all changes in this revision

Viewing changes to man/gtkIconThemeChooseIcon.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:
8
8
combines these two steps if all you need is the pixbuf.)}
9
9
\usage{gtkIconThemeChooseIcon(object, icon.names, size, flags)}
10
10
\arguments{
11
 
\item{\verb{object}}{[\verb{\link{GtkIconTheme}}]  a \verb{\link{GtkIconTheme}}}
12
 
\item{\verb{icon.names}}{[character] array of icon names to lookup}
13
 
\item{\verb{size}}{[integer]  desired icon size}
14
 
\item{\verb{flags}}{[\code{\link{GtkIconLookupFlags}}]  flags modifying the behavior of the icon lookup}
 
11
\item{\verb{object}}{a \code{\link{GtkIconTheme}}}
 
12
\item{\verb{icon.names}}{array of icon names to lookup}
 
13
\item{\verb{size}}{desired icon size}
 
14
\item{\verb{flags}}{flags modifying the behavior of the icon lookup}
15
15
}
16
16
\details{If \code{icon.names} contains more than one name, this function 
17
17
tries them all in the given order before falling back to 
18
 
inherited icon themes.  
19
 
 
20
 
  Since  2.12}
21
 
\value{[\verb{\link{GtkIconInfo}}]  a \verb{\link{GtkIconInfo}} structure containing information
22
 
about the icon, or \code{NULL} if the icon wasn't found}
 
18
inherited icon themes.
 
19
  Since 2.12}
 
20
\value{[\code{\link{GtkIconInfo}}]  a \code{\link{GtkIconInfo}} structure containing information
 
21
about the icon, or \code{NULL} if the icon wasn't found.}
23
22
\author{Derived by RGtkGen from GTK+ documentation}
24
23
\keyword{internal}