diff options
author | Kevin Walzer <kw@codebykevin.com> | 2017-11-15 03:59:10 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2017-11-15 03:59:10 (GMT) |
commit | 66ff9ccad4ce43c9e40e1deab100992642141991 (patch) | |
tree | 4479480db4fdb1f9c74dea029de8952e8eea1c19 /doc/wm.n | |
parent | bed306585a5002355e30dab333d628688c39a4a1 (diff) | |
download | tk-66ff9ccad4ce43c9e40e1deab100992642141991.zip tk-66ff9ccad4ce43c9e40e1deab100992642141991.tar.gz tk-66ff9ccad4ce43c9e40e1deab100992642141991.tar.bz2 |
Update documentation to remove discussion of PNG limitations in wm iconphoto on Mac
Diffstat (limited to 'doc/wm.n')
-rw-r--r-- | doc/wm.n | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -490,8 +490,7 @@ the larger icon first. .PP On Macintosh, the first image called is loaded into an OSX-native icon format, and becomes the application icon in dialogs, the Dock, and -other contexts. At present images loaded from PNG format lose their -alpha channel, but GIF format preserves its alpha/transparency. At the +other contexts. At the script level the command will accept only the first image passed in the parameters as support for multiple sizes/resolutions on macOS is outside Tk's scope. Developers should use the largest icon they can support |