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

« back to all changes in this revision

Viewing changes to man/gtkWindowSetIconName.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:
2
2
\name{gtkWindowSetIconName}
3
3
\title{gtkWindowSetIconName}
4
4
\description{Sets the icon for the window from a named themed icon. See
5
 
the docs for \verb{\link{GtkIconTheme}} for more details. }
 
5
the docs for \code{\link{GtkIconTheme}} for more details.}
6
6
\usage{gtkWindowSetIconName(object, name = NULL)}
7
7
\arguments{
8
 
\item{\verb{object}}{[\verb{\link{GtkWindow}}]  a \verb{\link{GtkWindow}}}
9
 
\item{\verb{name}}{[character]  the name of the themed icon}
 
8
\item{\verb{object}}{a \code{\link{GtkWindow}}}
 
9
\item{\verb{name}}{ the name of the themed icon. \emph{[  \acronym{allow-none}  ]}}
10
10
}
11
11
\details{Note that this has nothing to do with the WM_ICON_NAME 
12
 
property which is mentioned in the ICCCM.  
13
 
 
14
 
  Since  2.6}
 
12
property which is mentioned in the ICCCM.
 
13
  Since 2.6}
15
14
\author{Derived by RGtkGen from GTK+ documentation}
16
15
\keyword{internal}