diff options
author | hobbs <hobbs> | 2004-10-07 17:39:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-10-07 17:39:51 (GMT) |
commit | f5b2ce79f79842d2eb160dde6f592ab6906f81be (patch) | |
tree | 49c440ebaa3150d81645676cc06afd208ede16d6 /doc | |
parent | 71cd3c017f3bdfd4cc67c607a62de06701bb0480 (diff) | |
download | tk-f5b2ce79f79842d2eb160dde6f592ab6906f81be.zip tk-f5b2ce79f79842d2eb160dde6f592ab6906f81be.tar.gz tk-f5b2ce79f79842d2eb160dde6f592ab6906f81be.tar.bz2 |
add iconphoto notes about recommended usage
Diffstat (limited to 'doc')
-rw-r--r-- | doc/wm.n | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: wm.n,v 1.17 2004/10/05 22:04:44 hobbs Exp $ +'\" RCS: @(#) $Id: wm.n,v 1.18 2004/10/07 17:39:51 hobbs Exp $ '\" .so man.macros .TH wm n 8.5 Tk "Tk Built-In Commands" @@ -288,7 +288,8 @@ If \fI-default\fR is specified, this is applied to all future created toplevels as well. The data in the images is taken as a snapshot at the time of invocation. If the images are later changed, this is not reflected to the titlebar icons. Multiple images are accepted to allow -different images sizes (eg, 16x16 and 32x32) to be provided. +different images sizes (eg, 16x16 and 32x32) to be provided. The window +manager may scale provided icons to an appropriate size. .PP On Windows, the images are packed into a Windows icon structure. This will override an ico specified to \fBwm iconbitmap\fR, and @@ -296,7 +297,8 @@ vice versa. .PP On X, the images are arranged into the _NET_WM_ICON X property, which most modern window managers support. A \fBwm iconbitmap\fR may exist -simultaneously. +simultaneously. It is recommended to use not more than 2 icons, placing +the larger icon first. .PP On Macintosh, this is currently does nothing. .VE 8.5 |