summaryrefslogtreecommitdiffstats
path: root/doc/systray.n
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-10-17 13:50:00 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-10-17 13:50:00 (GMT)
commit488b38641381e64787b3ffbf5a88b31f8f9ce0a7 (patch)
treebffd35a45ddf9ea80eac425d86212c9def56441b /doc/systray.n
parentf5e4e83d21d8ac7a28857e900e2e4e7b6837421a (diff)
downloadtk-488b38641381e64787b3ffbf5a88b31f8f9ce0a7.zip
tk-488b38641381e64787b3ffbf5a88b31f8f9ce0a7.tar.gz
tk-488b38641381e64787b3ffbf5a88b31f8f9ce0a7.tar.bz2
Limit icon display to one instance per interpeter and add detail about this to man pge
Diffstat (limited to 'doc/systray.n')
-rw-r--r--doc/systray.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/systray.n b/doc/systray.n
index 192cf2d..00371cd 100644
--- a/doc/systray.n
+++ b/doc/systray.n
@@ -45,8 +45,9 @@ Here is an example of modifying the \fBtk systray\fP icon:
The \fBtk systray\fP destroy command removes the icon from display and
deallocates it.
.PP
-From a user-interface standpoint, only one icon per interpreter
-should be displayed, although it can be modified with different images and
+From a user-interface standpoint, only one icon per interpreter is
+supported; attempts to create additional icons will return an error. The
+existing tray icon can be modified with different images and
strings to indicate app state. Loading additional interpreters into a
running instance of Wish will allow additional icons to be displayed.
.SH PLATFORM NOTES