File: gdkWindowSetIcon.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 986 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\alias{gdkWindowSetIcon}
\name{gdkWindowSetIcon}
\title{gdkWindowSetIcon}
\description{Sets the icon of \code{window} as a pixmap or window. If using GTK+, investigate
\code{\link{gtkWindowSetDefaultIconList}} first, and then \code{\link{gtkWindowSetIconList}}
and \code{\link{gtkWindowSetIcon}}. If those don't meet your needs, look at
\code{\link{gdkWindowSetIconList}}. Only if all those are too high-level do you
want to fall back to \code{\link{gdkWindowSetIcon}}.}
\usage{gdkWindowSetIcon(object, icon.window, pixmap, mask)}
\arguments{
\item{\verb{object}}{a toplevel \code{\link{GdkWindow}}}
\item{\verb{icon.window}}{a \code{\link{GdkWindow}} to use for the icon, or \code{NULL} to unset}
\item{\verb{pixmap}}{a \code{\link{GdkPixmap}} to use as the icon, or \code{NULL} to unset}
\item{\verb{mask}}{a 1-bit pixmap (\code{\link{GdkBitmap}}) to use as mask for \code{pixmap}, or \code{NULL} to have none}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}