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

« back to all changes in this revision

Viewing changes to man/gdkAppLaunchContextSetIconName.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
\alias{gdkAppLaunchContextSetIconName}
 
2
\name{gdkAppLaunchContextSetIconName}
 
3
\title{gdkAppLaunchContextSetIconName}
 
4
\description{Sets the icon for applications that are launched with this context. 
 
5
The \code{icon.name} will be interpreted in the same way as the Icon field 
 
6
in desktop files. See also \code{\link{gdkAppLaunchContextSetIcon}}. }
 
7
\usage{gdkAppLaunchContextSetIconName(object, icon.name = NULL)}
 
8
\arguments{
 
9
\item{\verb{object}}{a \code{\link{GdkAppLaunchContext}}}
 
10
\item{\verb{icon.name}}{ an icon name, or \code{NULL}. \emph{[  \acronym{allow-none}  ]}}
 
11
}
 
12
\details{If both \code{icon} and \code{icon.name} are set, the \code{icon.name} takes priority.
 
13
If neither \code{icon} or \code{icon.name} is set, the icon is taken from either 
 
14
the file that is passed to launched application or from the \code{\link{GAppInfo}} 
 
15
for the launched application itself.
 
16
  Since 2.14}
 
17
\author{Derived by RGtkGen from GTK+ documentation}
 
18
\keyword{internal}