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

« back to all changes in this revision

Viewing changes to man/gtkWindowSetIconList.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{gtkWindowSetIconList}
2
2
\name{gtkWindowSetIconList}
3
3
\title{gtkWindowSetIconList}
4
 
\description{Sets up the icon representing a \verb{\link{GtkWindow}}. The icon is used when
 
4
\description{Sets up the icon representing a \code{\link{GtkWindow}}. The icon is used when
5
5
the window is minimized (also known as iconified).  Some window
6
6
managers or desktop environments may also place it in the window
7
7
frame, or display it in other contexts.}
8
8
\usage{gtkWindowSetIconList(object, list)}
9
9
\arguments{
10
 
\item{\verb{object}}{[\verb{\link{GtkWindow}}]  a \verb{\link{GtkWindow}}}
11
 
\item{\verb{list}}{[list]  list of \verb{\link{GdkPixbuf}}}
 
10
\item{\verb{object}}{a \code{\link{GtkWindow}}}
 
11
\item{\verb{list}}{ list of \code{\link{GdkPixbuf}}. \emph{[  \acronym{element-type}   GdkPixbuf][  \acronym{transfer container}   GdkPixbuf]}}
12
12
}
13
13
\details{\code{\link{gtkWindowSetIconList}} allows you to pass in the same icon in
14
14
several hand-drawn sizes. The list should contain the natural sizes
28
28
Note that transient windows (those who have been set transient for another
29
29
window using \code{\link{gtkWindowSetTransientFor}}) will inherit their
30
30
icon from their transient parent. So there's no need to explicitly
31
 
set the icon on transient windows.  }
 
31
set the icon on transient windows.}
32
32
\author{Derived by RGtkGen from GTK+ documentation}
33
33
\keyword{internal}