File: gdkWindowSetIconName.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 (19 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\alias{gdkWindowSetIconName}
\name{gdkWindowSetIconName}
\title{gdkWindowSetIconName}
\description{Windows may have a name used while minimized, distinct from the
name they display in their titlebar. Most of the time this is a bad
idea from a user interface standpoint. But you can set such a name
with this function, if you like.}
\usage{gdkWindowSetIconName(object, name)}
\arguments{
\item{\verb{object}}{a toplevel \code{\link{GdkWindow}}}
\item{\verb{name}}{name of window while iconified (minimized)}
}
\details{After calling this with a non-\code{NULL} \code{name}, calls to \code{\link{gdkWindowSetTitle}}
will not update the icon title.
  
Using \code{NULL} for \code{name} unsets the icon title; further calls to
\code{\link{gdkWindowSetTitle}} will again update the icon title as well.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}