summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-07-23 16:15:55 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-07-23 16:15:55 (GMT)
commite044dc2b6c6a2ba749f903a112660a03b8cf1c99 (patch)
tree34f8e1335be01f31b4e38871ffbe82c4abf19ba6 /doc
parentdc9134cffb7f7f70dff05df5bc7c1689e246c507 (diff)
downloadtk-e044dc2b6c6a2ba749f903a112660a03b8cf1c99.zip
tk-e044dc2b6c6a2ba749f903a112660a03b8cf1c99.tar.gz
tk-e044dc2b6c6a2ba749f903a112660a03b8cf1c99.tar.bz2
Add documentation for [tk systray exists].
Diffstat (limited to 'doc')
-rw-r--r--doc/systray.n7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/systray.n b/doc/systray.n
index d66659d..ed89e1a 100644
--- a/doc/systray.n
+++ b/doc/systray.n
@@ -14,6 +14,8 @@ systray \- Creates an icon display in the platform-specific system tray.
.sp
\fBtk systray configure \fI?option? ?value option value ...?\fR
.sp
+\fBtk systray exists\fR
+.sp
\fBtk systray destroy\fR
.BE
.BE
@@ -26,10 +28,13 @@ bound to <Button-1> and <Button-3>.
.PP
The \fBtk systray configure\fR command sets one or more options of the systray
icon. Configurable options are the same as for the \fBcreate\fR subcommand. When
-a single option name is given, the command returns the current valus of this
+a single option name is given, the command returns the current value of this
option. When no option is given this command returns the list of all options and
their current value.
.PP
+The \fBtk systray exists\fR command checks whether a systray icon was created.
+It returns a boolean.
+.PP
The \fBtk systray destroy\fR command removes the icon from display and
deallocates it.
.PP